mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Drop the unused -enable-opaque-result-types command-line option
This commit is contained in:
@@ -276,9 +276,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableOperatorDesignatedTypes |=
|
||||
Args.hasArg(OPT_enable_operator_designated_types);
|
||||
|
||||
Opts.EnableOpaqueResultTypes |=
|
||||
Args.hasArg(OPT_enable_opaque_result_types);
|
||||
|
||||
// Always enable operator designated types for the standard library.
|
||||
Opts.EnableOperatorDesignatedTypes |= FrontendOpts.ParseStdlib;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user