[gardening] Remove some unused variables. NFCI.

This commit is contained in:
Davide Italiano
2017-10-30 15:19:55 -07:00
parent 0b414e45c5
commit 330fb1ce2f
2 changed files with 0 additions and 2 deletions

View File

@@ -1491,7 +1491,6 @@ IRGenDebugInfoImpl::IRGenDebugInfoImpl(const IRGenOptions &Opts,
"no debug info should be generated");
StringRef SourceFileName =
SF ? SF->getFilename() : StringRef(Opts.MainInputFilename);
StringRef Dir;
llvm::SmallString<256> AbsMainFile;
if (SourceFileName.empty())
AbsMainFile = "<unknown>";