aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/HeaderSearch.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-03-05 23:59:13 +0000
committerDouglas Gregor <dgregor@apple.com>2013-03-05 23:59:13 +0000
commitb4e82454b63558e13ff5491173619857f05599e2 (patch)
tree3214b7ce346e4079d55e053700da1c9fc7b40ca5 /lib/Lex/HeaderSearch.cpp
parentcf2c2e9588a12a716615850cc5bfacd9b20f68ef (diff)
Remove unused static variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/HeaderSearch.cpp')
-rw-r--r--lib/Lex/HeaderSearch.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Lex/HeaderSearch.cpp b/lib/Lex/HeaderSearch.cpp
index 3b6c5ccde4..d4d14e8745 100644
--- a/lib/Lex/HeaderSearch.cpp
+++ b/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.