Skip to content

Commit 474155a

Browse files
committed
Remove the now-unused flag -enable-experimental-structural-opaque-types
1 parent f1ca2d7 commit 474155a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,6 @@ def enable_experimental_named_opaque_types :
486486
Flag<["-"], "enable-experimental-named-opaque-types">,
487487
HelpText<"Enable experimental support for named opaque result types">;
488488

489-
def enable_experimental_structural_opaque_types :
490-
Flag<["-"], "enable-experimental-structural-opaque-types">,
491-
HelpText<"Enable experimental support for structural opaque result types">;
492-
493489
def enable_explicit_existential_types :
494490
Flag<["-"], "enable-explicit-existential-types">,
495491
HelpText<"Enable experimental support for explicit existential types">;

0 commit comments

Comments
 (0)