Skip to content

Commit 4c32c3a

Browse files
committed
Remove unused frontend option
Looks like 3 years ago this was still used in some places so it was added back. I hope it's entirely unused by this point! 680d151
1 parent 23b8dba commit 4c32c3a

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
@@ -421,9 +421,6 @@ def disable_conformance_availability_errors : Flag<["-"],
421421
"disable-conformance-availability-errors">,
422422
HelpText<"Diagnose conformance availability violations as warnings">;
423423

424-
def report_errors_to_debugger : Flag<["-"], "report-errors-to-debugger">,
425-
HelpText<"Deprecated, will be removed in future versions.">;
426-
427424
def enable_infer_import_as_member :
428425
Flag<["-"], "enable-infer-import-as-member">,
429426
HelpText<"Infer when a global could be imported as a member">;

0 commit comments

Comments
 (0)