Remove variables made dead by r155923

This makes Clang's build warning free again.

llvm-svn: 155928
This commit is contained in:
David Blaikie 2012-05-01 19:49:38 +00:00
parent fbbfe6ecf0
commit 6e9a8addcb
1 changed files with 0 additions and 2 deletions

View File

@ -859,8 +859,6 @@ Module *CompilerInstance::loadModule(SourceLocation ImportLoc,
}
// Determine what file we're searching from.
SourceManager &SourceMgr = getSourceManager();
SourceLocation ExpandedImportLoc = SourceMgr.getExpansionLoc(ImportLoc);
StringRef ModuleName = Path[0].first->getName();
SourceLocation ModuleNameLoc = Path[0].second;