diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-03-05 23:59:13 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-03-05 23:59:13 +0000 |
commit | 551eedbd2708e03d9c6b85d48351665562910f33 (patch) | |
tree | 4a013fa73291632746ad006a31c3dc1e5bec5e7f | |
parent | 67b66231a836f37d4d2242b746ef74d8d3f47dc7 (diff) | |
download | bcm5719-llvm-551eedbd2708e03d9c6b85d48351665562910f33.tar.gz bcm5719-llvm-551eedbd2708e03d9c6b85d48351665562910f33.zip |
Remove unused static variable.
llvm-svn: 176535
-rw-r--r-- | clang/lib/Lex/HeaderSearch.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Lex/HeaderSearch.cpp b/clang/lib/Lex/HeaderSearch.cpp index 3b6c5ccde4a..d4d14e87455 100644 --- a/clang/lib/Lex/HeaderSearch.cpp +++ b/clang/lib/Lex/HeaderSearch.cpp @@ -266,10 +266,6 @@ const FileEntry *DirectoryLookup::LookupFile( return Result; } -/// FIXME: HACK HACK HACK! -static llvm::DenseMap<const DirectoryEntry *, const DirectoryEntry *> - TopFrameworkDirs; - /// \brief Given a framework directory, find the top-most framework directory. /// /// \param FileMgr The file manager to use for directory lookups. |