mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove -suppress-argument-labels-in-types; it's dead.
This commit is contained in:
@@ -789,9 +789,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
= A->getOption().matches(OPT_enable_testable_attr_requires_testable_module);
|
||||
}
|
||||
|
||||
Opts.SuppressArgumentLabelsInTypes |=
|
||||
Args.hasArg(OPT_suppress_argument_labels_in_types);
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_debug_constraints_attempt)) {
|
||||
unsigned attempt;
|
||||
if (StringRef(A->getValue()).getAsInteger(10, attempt)) {
|
||||
|
||||
Reference in New Issue
Block a user