diff options
Diffstat (limited to 'src/ast/ast.h')
| -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; |
