@@ -587,7 +587,7 @@ int janalyzer_parse_optionst::perform_analysis(const optionst &options)
587587 if (options.get_bool_option (" show" ))
588588 {
589589 result = static_show_domain (
590- goto_model, *analyzer, options, get_message_handler (), out);
590+ goto_model, *analyzer, options, out);
591591 }
592592 else if (options.get_bool_option (" verify" ))
593593 {
@@ -602,17 +602,17 @@ int janalyzer_parse_optionst::perform_analysis(const optionst &options)
602602 else if (options.get_bool_option (" unreachable-instructions" ))
603603 {
604604 result = static_unreachable_instructions (
605- goto_model, *analyzer, options, get_message_handler (), out);
605+ goto_model, *analyzer, options, out);
606606 }
607607 else if (options.get_bool_option (" unreachable-functions" ))
608608 {
609609 result = static_unreachable_functions (
610- goto_model, *analyzer, options, get_message_handler (), out);
610+ goto_model, *analyzer, options, out);
611611 }
612612 else if (options.get_bool_option (" reachable-functions" ))
613613 {
614614 result = static_reachable_functions (
615- goto_model, *analyzer, options, get_message_handler (), out);
615+ goto_model, *analyzer, options, out);
616616 }
617617 else
618618 {
0 commit comments