File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -717,11 +717,6 @@ void goto_symext::merge_goto(
717
717
state.guard = std::move (new_guard);
718
718
}
719
719
720
- #include < iostream>
721
- #define WATCHVAR (var ) \
722
- std::cerr << " DBG: " << __FILE__ << " (" << __LINE__ << " ) " << #var \
723
- << " = [" << (var) << " ]" << std::endl
724
-
725
720
// / Helper function for \c phi_function which merges the names of an identifier
726
721
// / for two different states.
727
722
// / \param goto_state: first state
@@ -823,10 +818,6 @@ static void merge_names(
823
818
// 2. Either identifier is of generation zero, and so hasn't been
824
819
// initialized and therefore an invalid target.
825
820
826
- WATCHVAR (l1_identifier);
827
- WATCHVAR (goto_count);
828
- WATCHVAR (dest_count);
829
-
830
821
// These rules only apply to dynamic objects and locals.
831
822
if (!dest_state.reachable )
832
823
rhs = goto_state_rhs;
You can’t perform that action at this time.
0 commit comments