mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
remove the -enable-new-objc-properties staging option, and
simplify some code. Swift SVN r12976
This commit is contained in:
@@ -422,10 +422,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalPatterns = true;
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_enable_new_objc_properties)) {
|
||||
Opts.EnableNewObjCProperties = true;
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_debug_constraints)) {
|
||||
Opts.DebugConstraintSolver = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user