mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the swift3_migration attribute.
This attribute was a (my) bad idea that we ended up not using. Kill it.
This commit is contained in:
@@ -772,7 +772,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Opts.DebuggerSupport)
|
||||
Opts.EnableDollarIdentifiers = true;
|
||||
Opts.Playground |= Args.hasArg(OPT_playground);
|
||||
Opts.Swift3Migration |= Args.hasArg(OPT_swift3_migration);
|
||||
Opts.WarnOmitNeedlessWords = Args.hasArg(OPT_warn_omit_needless_words);
|
||||
Opts.InferImportAsMember |= Args.hasArg(OPT_enable_infer_import_as_member);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user