From 8712565a385fcba4734f4d89ffb3aa40a30b4120 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 27 Mar 2025 02:25:44 +0330 Subject: replaced old variable system with new one in vm --- src/compiler/ast-tree.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/compiler/ast-tree.h') diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index da631c6..87d5c93 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -172,12 +172,9 @@ typedef struct AstTreeHelper { AstTreeVariables *globalDeps; } AstTreeHelper; -struct RunnerVariablePages; - typedef struct AstTreeSetTypesHelper { AstTree *lookingType; AstTreeHelper *treeHelper; - struct RunnerVariablePages *pages; } AstTreeSetTypesHelper; void astTreePrint(const AstTree *tree, int indent); -- cgit v1.2.3