mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove unused variable from CompilerInvocation.cpp.
Swift SVN r16486
This commit is contained in:
@@ -711,7 +711,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
if (const Arg *A = Args.getLastArg(OPT_AssertConfig_Group)) {
|
||||
// We currently understand build configuration up to 3 of which we only use
|
||||
// 0 and 1 in the standard library.
|
||||
unsigned MaxId = 3;
|
||||
StringRef Configuration = A->getValue();
|
||||
if (Configuration == "DisableReplacement") {
|
||||
Opts.AssertConfig = SILOptions::DisableReplacement;
|
||||
|
||||
Reference in New Issue
Block a user