@@ -588,7 +588,7 @@ int janalyzer_parse_optionst::perform_analysis(const optionst &options)
588588 if (options.get_bool_option (" show" ))
589589 {
590590 result = static_show_domain (
591- goto_model, *analyzer, options, get_message_handler (), out);
591+ goto_model, *analyzer, options, out);
592592 }
593593 else if (options.get_bool_option (" verify" ))
594594 {
@@ -603,17 +603,17 @@ int janalyzer_parse_optionst::perform_analysis(const optionst &options)
603603 else if (options.get_bool_option (" unreachable-instructions" ))
604604 {
605605 result = static_unreachable_instructions (
606- goto_model, *analyzer, options, get_message_handler (), out);
606+ goto_model, *analyzer, options, out);
607607 }
608608 else if (options.get_bool_option (" unreachable-functions" ))
609609 {
610610 result = static_unreachable_functions (
611- goto_model, *analyzer, options, get_message_handler (), out);
611+ goto_model, *analyzer, options, out);
612612 }
613613 else if (options.get_bool_option (" reachable-functions" ))
614614 {
615615 result = static_reachable_functions (
616- goto_model, *analyzer, options, get_message_handler (), out);
616+ goto_model, *analyzer, options, out);
617617 }
618618 else
619619 {
0 commit comments