diff options
Diffstat (limited to 'clang/lib/Lex/HeaderSearch.cpp')
| -rw-r--r-- | clang/lib/Lex/HeaderSearch.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/HeaderSearch.cpp b/clang/lib/Lex/HeaderSearch.cpp index 6d2d72fc22d..7af7c93b7ba 100644 --- a/clang/lib/Lex/HeaderSearch.cpp +++ b/clang/lib/Lex/HeaderSearch.cpp @@ -799,8 +799,6 @@ bool HeaderSearch::hasModuleMap(StringRef FileName, // having module maps if we eventually do find a module map. FixUpDirectories.push_back(Dir); } while (true); - - return false; } Module *HeaderSearch::findModuleForHeader(const FileEntry *File) { |

