We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65361df + d403a96 commit 81df108Copy full SHA for 81df108
src/symex/symex_parse_options.cpp
@@ -296,10 +296,6 @@ bool symex_parse_optionst::process_goto_program(const optionst &options)
296
// we add the library
297
link_to_library(goto_model, ui_message_handler);
298
299
- // do partial inlining
300
- status() << "Partial Inlining" << eom;
301
- goto_partial_inline(goto_model, ui_message_handler);
302
-
303
// add generic checks
304
status() << "Generic Property Instrumentation" << eom;
305
goto_check(options, goto_model);
0 commit comments