aboutsummaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index 7a8c458..eead0e5 100644
--- a/tree.c
+++ b/tree.c
@@ -136,7 +136,6 @@ ptree *t;
fprintf(stderr, "\t%d", t->type);
yyerror("Error in tree_print");
}
- fprintf(stderr, "\nWHAT: %d\n", t->type);
set_ret_type(t->l);
set_ret_type(t->r);
t->ret_type = check_ret_type(t);