Skip to content

Commit

Permalink
remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Dec 21, 2023
1 parent 8f8ca0c commit 5a01d80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/halmos/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ def mk_arg_parser() -> argparse.ArgumentParser:
action="store_true",
help="print full counterexample model",
)
group_debug.add_argument(
"--error-unknown",
action="store_true",
help="turn unknown counterexample warnings to errors",
)
group_debug.add_argument(
"--early-exit",
action="store_true",
Expand Down

0 comments on commit 5a01d80

Please sign in to comment.