]> granicus.if.org Git - clang/commitdiff
ModuleMap.h: Prune an obsolete "\param ModuleMap" corresponding to r215268.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 10 Aug 2014 13:48:47 +0000 (13:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 10 Aug 2014 13:48:47 +0000 (13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215316 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index 4a583824d7415d5717d333803c470dd05bb0df16..d37f8e833aa9d852c65c911bb65ed033054205db 100644 (file)
@@ -310,9 +310,6 @@ public:
   /// \param Parent The module that will act as the parent of this submodule,
   /// or NULL to indicate that this is a top-level module.
   ///
-  /// \param ModuleMap The module map that defines or allows the inference of
-  /// this module.
-  ///
   /// \param IsFramework Whether this is a framework module.
   ///
   /// \param IsExplicit Whether this is an explicit submodule.