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 | b4e82454b63558e13ff5491173619857f05599e2 (patch) | |
tree | 3214b7ce346e4079d55e053700da1c9fc7b40ca5 /lib/Lex/HeaderSearch.cpp | |
parent | cf2c2e9588a12a716615850cc5bfacd9b20f68ef (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.cpp | 4 |
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. |