File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -382,9 +382,7 @@ safety_checkert::resultt bmct::execute(
382
382
383
383
if (!options.get_list_option (" cover" ).empty ())
384
384
{
385
- const optionst::value_listt criteria=
386
- options.get_list_option (" cover" );
387
- return cover (goto_functions, criteria)?
385
+ return cover (goto_functions)?
388
386
safety_checkert::resultt::ERROR:safety_checkert::resultt::SAFE;
389
387
}
390
388
Original file line number Diff line number Diff line change @@ -223,9 +223,7 @@ class bmct:public safety_checkert
223
223
void slice ();
224
224
void show ();
225
225
226
- bool cover (
227
- const goto_functionst &goto_functions,
228
- const optionst::value_listt &criteria);
226
+ bool cover (const goto_functionst &goto_functions);
229
227
230
228
friend class bmc_all_propertiest ;
231
229
friend class bmc_covert ;
Original file line number Diff line number Diff line change @@ -426,9 +426,7 @@ bool bmc_covert::operator()()
426
426
}
427
427
428
428
// / Try to cover all goals
429
- bool bmct::cover (
430
- const goto_functionst &goto_functions,
431
- const optionst::value_listt &criteria)
429
+ bool bmct::cover (const goto_functionst &goto_functions)
432
430
{
433
431
bmc_covert bmc_cover (goto_functions, *this );
434
432
bmc_cover.set_message_handler (get_message_handler ());
You can’t perform that action at this time.
0 commit comments