summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPLexerChange.cpp
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2014-06-30 16:10:15 +0000
committerBen Langmuir <blangmuir@apple.com>2014-06-30 16:10:15 +0000
commite4f86bd85135fcad46ca680b24808740cf2fda35 (patch)
tree63b52604756053626491ada9945352571765d0cd /clang/lib/Lex/PPLexerChange.cpp
parentafa72ed47cacc6fc45efae1c2bdaecbba6330c8c (diff)
downloadbcm5719-llvm-e4f86bd85135fcad46ca680b24808740cf2fda35.tar.gz
bcm5719-llvm-e4f86bd85135fcad46ca680b24808740cf2fda35.zip
Removed unused typedef for recursive_directory_iterator
llvm-svn: 212047
Diffstat (limited to 'clang/lib/Lex/PPLexerChange.cpp')
-rw-r--r--clang/lib/Lex/PPLexerChange.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp
index 75862931519..22ee971f488 100644
--- a/clang/lib/Lex/PPLexerChange.cpp
+++ b/clang/lib/Lex/PPLexerChange.cpp
@@ -452,8 +452,6 @@ bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) {
if (!getDiagnostics().isIgnored(diag::warn_uncovered_module_header,
StartLoc)) {
ModuleMap &ModMap = getHeaderSearchInfo().getModuleMap();
- typedef llvm::sys::fs::recursive_directory_iterator
- recursive_directory_iterator;
const DirectoryEntry *Dir = Mod->getUmbrellaDir();
vfs::FileSystem &FS = *FileMgr.getVirtualFileSystem();
std::error_code EC;
OpenPOWER on IntegriCloud