Remove unused static variable.

llvm-svn: 176535
This commit is contained in:
Douglas Gregor 2013-03-05 23:59:13 +00:00
parent 67b66231a8
commit 551eedbd27
1 changed files with 0 additions and 4 deletions

View File

@ -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.