aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ast.h')
-rw-r--r--include/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ast.h b/include/ast.h
index 580ca24..d37fcb3 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -148,7 +148,6 @@ struct Binop {
typedef struct {
jmp_buf env;
- Parser *parser;
amal_compiler *compiler;
Scope *scope;
} AstCompilerContext;