aboutsummaryrefslogtreecommitdiff
path: root/pc.y
diff options
context:
space:
mode:
Diffstat (limited to 'pc.y')
-rw-r--r--pc.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/pc.y b/pc.y
index 72e9b6a..f97db8d 100644
--- a/pc.y
+++ b/pc.y
@@ -185,7 +185,6 @@ sub_prog_head
tmp->func_info->argc = i;
assert(tmp->func_info->argv = malloc(i * sizeof(int)));
- print_tree($3);
assert(!set_func_types($3, tmp->func_info->argv, i));
tmp->var_type = $5;