Skip to content

Commit 4d8e504

Browse files
Fallback to old bmct is unnecessary
is unreachable
1 parent 9b2e9fc commit 4d8e504

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

jbmc/src/jbmc/jbmc_parse_options.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -655,12 +655,7 @@ int jbmc_parse_optionst::doit()
655655
}
656656
else
657657
{
658-
// fall back until everything has been ported to goto-checker
659-
660-
// The `configure_bmc` callback passed will enable enum-unwind-static if
661-
// applicable.
662-
return bmct::do_language_agnostic_bmc(
663-
options, *goto_model_ptr, ui_message_handler, configure_bmc);
658+
UNREACHABLE;
664659
}
665660

666661
const resultt result = (*verifier)();

0 commit comments

Comments
 (0)