File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -784,10 +784,6 @@ bool cbmc_parse_optionst::process_goto_program(
784784 // instrument library preconditions
785785 instrument_preconditions (goto_model);
786786
787- // do partial inlining
788- status () << " Partial Inlining" << eom;
789- goto_partial_inline (goto_model, get_message_handler ());
790-
791787 // remove returns, gcc vectors, complex
792788 remove_returns (goto_model);
793789 remove_vector (goto_model);
Original file line number Diff line number Diff line change @@ -122,8 +122,7 @@ void label_properties(goto_functionst &goto_functions)
122122 it=goto_functions.function_map .begin ();
123123 it!=goto_functions.function_map .end ();
124124 it++)
125- if (!it->second .is_inlined ())
126- label_properties (it->second .body , property_counters);
125+ label_properties (it->second .body , property_counters);
127126}
128127
129128void make_assertions_false (goto_modelt &goto_model)
You can’t perform that action at this time.
0 commit comments