Skip to content

Commit 96c6ac8

Browse files
Natasha Yogananda Jeppudanielsn
authored andcommitted
Fix parse options handling for --show-points-to-sets
1 parent 4642ec7 commit 96c6ac8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/cbmc/cbmc_parse_options.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -522,16 +522,7 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
522522
options.set_option("show-goto-symex-steps", true);
523523

524524
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-
}
533525
options.set_option("show-points-to-sets", true);
534-
}
535526

536527
PARSE_OPTIONS_GOTO_TRACE(cmdline, options);
537528
}

0 commit comments

Comments
 (0)