mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove -enable-optional-lvalues and its language option; they're always on anyway.
Swift SVN r21356
This commit is contained in:
@@ -599,8 +599,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.ImportUnions |= Args.hasArg(OPT_enable_union_import);
|
||||
|
||||
Opts.EnableOptionalLValues |= Args.hasArg(OPT_enable_optional_lvalues);
|
||||
|
||||
Opts.DebugConstraintSolver |= Args.hasArg(OPT_debug_constraints);
|
||||
|
||||
Opts.DebuggerSupport |= Args.hasArg(OPT_debugger_support);
|
||||
|
||||
Reference in New Issue
Block a user