Skip to content

Commit 8788a62

Browse files
committed
Remove symex_goto debugging
1 parent 071e582 commit 8788a62

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: src/goto-symex/symex_goto.cpp

-9
Original file line numberDiff line numberDiff line change
@@ -717,11 +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-
725720
/// Helper function for \c phi_function which merges the names of an identifier
726721
/// for two different states.
727722
/// \param goto_state: first state
@@ -823,10 +818,6 @@ static void merge_names(
823818
// 2. Either identifier is of generation zero, and so hasn't been
824819
// initialized and therefore an invalid target.
825820

826-
WATCHVAR(l1_identifier);
827-
WATCHVAR(goto_count);
828-
WATCHVAR(dest_count);
829-
830821
// These rules only apply to dynamic objects and locals.
831822
if(!dest_state.reachable)
832823
rhs = goto_state_rhs;

0 commit comments

Comments
 (0)