aboutsummaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 19ff0563..0a0c4eaf 100644
--- a/compile.c
+++ b/compile.c
@@ -1146,7 +1146,6 @@ CORD compile(env_t *env, ast_t *ast)
}
}
case IntType: {
- env_t *scope = fresh_scope(env);
CORD value = compile(env, for_->value);
CORD n = compile(env, for_->iter);
CORD index = for_->index ? compile(env, for_->index) : CORD_EMPTY;