From 2f8903069596d5283b9de063703c1e792e87b509 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 7 Jan 2018 09:11:16 +0000 Subject: [PATCH] Remove outdated doxygen comment [-Wdocumentation] 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index 045eab1120..b4ca320962 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -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, -- 2.50.1