File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -717,12 +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
-
726
720
// / Helper function for \c phi_function which merges the names of an identifier
727
721
// / for two different states.
728
722
// / \param goto_state: first state
@@ -824,10 +818,6 @@ static void merge_names(
824
818
// 2. Either identifier is of generation zero, and so hasn't been
825
819
// initialized and therefore an invalid target.
826
820
827
- WATCHVAR (l1_identifier);
828
- WATCHVAR (goto_count);
829
- WATCHVAR (dest_count);
830
-
831
821
// These rules only apply to dynamic objects and locals.
832
822
if (!dest_state.reachable )
833
823
rhs = goto_state_rhs;
You can’t perform that action at this time.
0 commit comments