Skip to content

Commit 4a39dfd

Browse files
Avoid redundant do_simplify
1 parent 16ffaac commit 4a39dfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/goto-symex/symex_goto.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ void goto_symext::symex_goto(statet &state)
106106
}
107107

108108
exprt simpl_state_guard = state.guard.as_expr();
109-
do_simplify(simpl_state_guard);
110109

111110
// No point executing both branches of an unconditional goto.
112111
if(

0 commit comments

Comments
 (0)