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