From e46379d8b7cffd91ed35edbc3f670e0e85a8cf6f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 10 Aug 2014 13:48:47 +0000 Subject: [PATCH] ModuleMap.h: Prune an obsolete "\param ModuleMap" corresponding to r215268. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215316 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/ModuleMap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index 4a583824d7..d37f8e833a 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -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. -- 2.50.1