mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Driver] Eliminate now-unused variable (after r18872).
No functionality change. Swift SVN r18880
This commit is contained in:
@@ -678,7 +678,6 @@ void Driver::buildJobs(const ActionList &Actions, const OutputInfo &OI,
|
||||
llvm::PrettyStackTraceString CrashInfo("Building compilation jobs");
|
||||
|
||||
const DerivedArgList &Args = C.getArgs();
|
||||
const ToolChain &TC = C.getDefaultToolChain();
|
||||
JobCacheMap JobCache;
|
||||
|
||||
Arg *FinalOutput = Args.getLastArg(options::OPT_o);
|
||||
|
||||
Reference in New Issue
Block a user