aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ast.h')
-rw-r--r--include/ast.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ast.h b/include/ast.h
index bdab6c3..edf225b 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -130,8 +130,6 @@ struct Scope {
Buffer/*<Ast*>*/ ast_objects;
HashMapType(BufferView, Ast*) named_objects; /* Value is always an Ast* with type LhsExpr */
Scope *parent;
- /* Is null unless the scope is a file scope, in which case this is the parser that owns the scope */
- Parser *parser;
FunctionSignature *function_signature; /* Borrowed from FunctionDecl. Only used if the scope belongs to FunctionDecl */
};