mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Remove some unused variables. NFCI.
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user