Remove outdated doxygen comment [-Wdocumentation]

No functionality change.

llvm-svn: 321960
This commit is contained in:
Benjamin Kramer 2018-01-07 09:11:16 +00:00
parent d461aefe5f
commit a674416d90
1 changed files with 0 additions and 4 deletions

View 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,