Skip to content

Commit e5a05b7

Browse files
committed
Remove debugging
1 parent 01a1a06 commit e5a05b7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/goto-programs/goto_convert.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Author: Daniel Kroening, [email protected]
2828
#include "destructor.h"
2929
#include "remove_skip.h"
3030

31-
32-
#include <iostream>
33-
#define WATCHVAR( var ) \
34-
std::cerr << "DBG: " << __FILE__ << "(" << __LINE__ << ") " << #var << \
35-
" = [" << (var) << "]" << std::endl
36-
37-
3831
static bool is_empty(const goto_programt &goto_program)
3932
{
4033
forall_goto_program_instructions(it, goto_program)
@@ -252,7 +245,6 @@ void goto_convertt::build_declaration_hops(
252245

253246
// TODO - TYPE CHECK FOR VAR ARRAYS!
254247

255-
WATCHVAR(declaration->instruction->to_string());
256248
bool add_if =
257249
declaration->if_conditions_added.find(flag.name) ==
258250
declaration->if_conditions_added.end();
@@ -317,7 +309,6 @@ void goto_convertt::finish_gotos(goto_programt &dest, const irep_idt &mode)
317309
}
318310

319311
i.complete_goto(l_it->second.first);
320-
WATCHVAR(i.get_target()->to_string());
321312

322313
node_indext label_target = l_it->second.second;
323314
node_indext goto_target = g_it.second;

0 commit comments

Comments
 (0)