We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4642ec7 commit 96c6ac8Copy full SHA for 96c6ac8
src/cbmc/cbmc_parse_options.cpp
@@ -522,16 +522,7 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
522
options.set_option("show-goto-symex-steps", true);
523
524
if(cmdline.isset("show-points-to-sets"))
525
- {
526
- if(!cmdline.isset("json-ui"))
527
528
- log.error() << "--show-points-to-sets supports only"
529
- " json output. Use --json-ui."
530
- << messaget::eom;
531
- exit(CPROVER_EXIT_USAGE_ERROR);
532
- }
533
options.set_option("show-points-to-sets", true);
534
535
536
PARSE_OPTIONS_GOTO_TRACE(cmdline, options);
537
}
0 commit comments