forked from OSchip/llvm-project
Remove variables made dead by r155923
This makes Clang's build warning free again. llvm-svn: 155928
This commit is contained in:
parent
fbbfe6ecf0
commit
6e9a8addcb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue