diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-12 18:03:30 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-12 18:03:30 +0330 |
commit | d8d12f033831a6ed76049209d52450a7001a6879 (patch) | |
tree | ab5e6aef5975d14ccd54df293f59ae0122ffd56e /src/compiler/ast-tree.h | |
parent | b80c60e53699c5bc8744269f0664ba07956e4614 (diff) |
removing lazy because macro can do the job
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index 7ee62ff..7d4eb84 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -173,7 +173,6 @@ typedef struct AstTreeVariable { AstTree *value; AstTree *initValue; bool isConst; - bool isLazy; } AstTreeVariable; typedef struct AstTreeVariables { |