From b4e82454b63558e13ff5491173619857f05599e2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 5 Mar 2013 23:59:13 +0000 Subject: [PATCH] Remove unused static variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176535 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/HeaderSearch.cpp | 4 ---- 1 file changed, 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 - TopFrameworkDirs; - /// \brief Given a framework directory, find the top-most framework directory. /// /// \param FileMgr The file manager to use for directory lookups. -- 2.40.0