Skip to content

Commit 8714ce6

Browse files
committed
Remove symex_goto debugging
1 parent 96f468f commit 8714ce6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/goto-symex/symex_goto.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)