Skip to content

Commit

Permalink
Remove symex_goto debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasspriggs committed Dec 4, 2023
1 parent 96f468f commit 8714ce6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/goto-symex/symex_goto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,12 +717,6 @@ void goto_symext::merge_goto(
state.guard = std::move(new_guard);
}

#include <iostream>
#define WATCHVAR( var ) \
std::cerr << "DBG: " << __FILE__ << "(" << __LINE__ << ") " << #var << \
" = [" << (var) << "]" << std::endl


/// Helper function for \c phi_function which merges the names of an identifier
/// for two different states.
/// \param goto_state: first state
Expand Down Expand Up @@ -824,10 +818,6 @@ static void merge_names(
// 2. Either identifier is of generation zero, and so hasn't been
// initialized and therefore an invalid target.

WATCHVAR(l1_identifier);
WATCHVAR(goto_count);
WATCHVAR(dest_count);

// These rules only apply to dynamic objects and locals.
if(!dest_state.reachable)
rhs = goto_state_rhs;
Expand Down

0 comments on commit 8714ce6

Please sign in to comment.