Skip to content

Commit

Permalink
change #if0 to #ifdef DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
polgreen committed Nov 23, 2017
1 parent 10131ed commit 03c86a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pointer-analysis/value_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ void value_sett::get_value_set_rec(
#endif
}

#if 0
#ifdef DEBUG
std::cout << "GET_VALUE_SET_REC RESULT:\n";
for(const auto &obj : dest.read())
{
Expand Down

0 comments on commit 03c86a8

Please sign in to comment.