diff options
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 { |