diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-05-01 19:49:38 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-05-01 19:49:38 +0000 |
commit | f720a2bd5ac2130852a67b4ec1d79ed8f4d7f43e (patch) | |
tree | c18a1b08510b4dd85ee6e41b09cab6a2304c03bc /lib/Frontend | |
parent | c5713cfd87b028d3fcf2e11d8baa67fbc4e18916 (diff) |
Remove variables made dead by r155923
This makes Clang's build warning free again.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend')
-rw-r--r-- | lib/Frontend/CompilerInstance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Frontend/CompilerInstance.cpp b/lib/Frontend/CompilerInstance.cpp index 22b38c1206..6f366725d9 100644 --- a/lib/Frontend/CompilerInstance.cpp +++ b/lib/Frontend/CompilerInstance.cpp @@ -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; |