diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 11:08:43 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 11:08:50 +0000 |
| commit | b9a613749085e31a30894715333139b470549621 (patch) | |
| tree | fb849710857f4d6327992a3c77c6a1ee76342416 /src/ast | |
| parent | f3c7b698fff7876cce26683beeee2e5e4e443962 (diff) | |
Refactoring, no need for 'is_ref' now.
Diffstat (limited to 'src/ast')
| -rw-r--r-- | src/ast/ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast/ast.h b/src/ast/ast.h index 21dbdbf..1614f3c 100644 --- a/src/ast/ast.h +++ b/src/ast/ast.h @@ -319,7 +319,6 @@ struct ASTNode int binding_count; // Count int *binding_refs; // Ref flags per binding int is_destructuring; - int is_ref; // Legacy single ref, I will remove it next. ASTNode *guard; ASTNode *body; int is_default; |
