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(
717717 state.guard = std::move (new_guard);
718718}
719719
720- #include < iostream>
721- #define WATCHVAR ( var ) \
722- std::cerr << " DBG: " << __FILE__ << " (" << __LINE__ << " ) " << #var << \
723- " = [" << (var) << " ]" << std::endl
724-
725-
726720// / Helper function for \c phi_function which merges the names of an identifier
727721// / for two different states.
728722// / \param goto_state: first state
@@ -824,10 +818,6 @@ static void merge_names(
824818 // 2. Either identifier is of generation zero, and so hasn't been
825819 // initialized and therefore an invalid target.
826820
827- WATCHVAR (l1_identifier);
828- WATCHVAR (goto_count);
829- WATCHVAR (dest_count);
830-
831821 // These rules only apply to dynamic objects and locals.
832822 if (!dest_state.reachable )
833823 rhs = goto_state_rhs;
You can’t perform that action at this time.
0 commit comments