Skip to content

Commit d403a96

Browse files
symex no longer needs partial inlining by default
1 parent d63548c commit d403a96

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/cbmc

Submodule cbmc updated 154 files

src/symex/symex_parse_options.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@ bool symex_parse_optionst::process_goto_program(const optionst &options)
296296
// we add the library
297297
link_to_library(goto_model, ui_message_handler);
298298

299-
// do partial inlining
300-
status() << "Partial Inlining" << eom;
301-
goto_partial_inline(goto_model, ui_message_handler);
302-
303299
// add generic checks
304300
status() << "Generic Property Instrumentation" << eom;
305301
goto_check(options, goto_model);

0 commit comments

Comments
 (0)