Skip to content

Commit 6496c8c

Browse files
authored
Merge pull request #35467 from keith/ks/remove-unused-frontend-option
2 parents 47a4ad2 + 4c32c3a commit 6496c8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,6 @@ def disable_conformance_availability_errors : Flag<["-"],
399399
"disable-conformance-availability-errors">,
400400
HelpText<"Diagnose conformance availability violations as warnings">;
401401

402-
def report_errors_to_debugger : Flag<["-"], "report-errors-to-debugger">,
403-
HelpText<"Deprecated, will be removed in future versions.">;
404-
405402
def enable_infer_import_as_member :
406403
Flag<["-"], "enable-infer-import-as-member">,
407404
HelpText<"Infer when a global could be imported as a member">;

0 commit comments

Comments
 (0)