@@ -588,7 +588,7 @@ int janalyzer_parse_optionst::perform_analysis(const optionst &options)
588
588
if (options.get_bool_option (" show" ))
589
589
{
590
590
result = static_show_domain (
591
- goto_model, *analyzer, options, get_message_handler (), out);
591
+ goto_model, *analyzer, options, out);
592
592
}
593
593
else if (options.get_bool_option (" verify" ))
594
594
{
@@ -603,17 +603,17 @@ int janalyzer_parse_optionst::perform_analysis(const optionst &options)
603
603
else if (options.get_bool_option (" unreachable-instructions" ))
604
604
{
605
605
result = static_unreachable_instructions (
606
- goto_model, *analyzer, options, get_message_handler (), out);
606
+ goto_model, *analyzer, options, out);
607
607
}
608
608
else if (options.get_bool_option (" unreachable-functions" ))
609
609
{
610
610
result = static_unreachable_functions (
611
- goto_model, *analyzer, options, get_message_handler (), out);
611
+ goto_model, *analyzer, options, out);
612
612
}
613
613
else if (options.get_bool_option (" reachable-functions" ))
614
614
{
615
615
result = static_reachable_functions (
616
- goto_model, *analyzer, options, get_message_handler (), out);
616
+ goto_model, *analyzer, options, out);
617
617
}
618
618
else
619
619
{
0 commit comments