]> granicus.if.org Git - clang/commitdiff
Remove outdated doxygen comment [-Wdocumentation]
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 7 Jan 2018 09:11:16 +0000 (09:11 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 7 Jan 2018 09:11:16 +0000 (09:11 +0000)
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321960 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index 045eab11208e86dda5d1d4a1f1a17a267c2744e3..b4ca32096273e3bd23c6954be96064e2757189f3 100644 (file)
@@ -636,10 +636,6 @@ public:
   /// \param ExternModuleLoc The location of the "extern module" declaration
   ///        that caused us to load this module map file, if any.
   ///
-  /// \param IsExplicitlyProvided Whether this module map file was provided
-  /// explicitly by the user (e.g. -fmodule-map-file), rather than found
-  /// implicitly.
-  ///
   /// \returns true if an error occurred, false otherwise.
   bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
                           const DirectoryEntry *HomeDir,