aboutsummaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index 47e5943..c2b3c8e 100644
--- a/scope.c
+++ b/scope.c
@@ -21,7 +21,6 @@ scope* mkscope()
p->prev = NULL;
p->ret_var= NULL;
- p->offset = 2;
return p;
}