Skip to content

Commit 4955417

Browse files
author
Daniel Kroening
committed
initialize_goto_model now returns a goto_model
1 parent 56f924c commit 4955417

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/jbmc/jbmc_parse_options.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,7 @@ int jbmc_parse_optionst::get_goto_program(
571571

572572
try
573573
{
574-
if(initialize_goto_model(goto_model, cmdline, get_message_handler()))
575-
// Remove all binaries from the command line as they
576-
// are already compiled
577-
return 6;
574+
goto_model=initialize_goto_model(cmdline, get_message_handler());
578575

579576
if(cmdline.isset("show-symbol-table"))
580577
{

0 commit comments

Comments
 (0)