From 7a4c9a3e886bb03889c02e0e834ed210e7269ab5 Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 22 Feb 2025 01:30:25 +0330 Subject: cleaning stuff and maybe cause some speed up --- src/compiler/ast-tree.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/compiler/ast-tree.h') diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index 18703c8..828e3a1 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -251,11 +251,4 @@ bool setTypesAstVariable(AstTreeVariable *variable, AstTreeSetTypesHelper helper); bool setTypesAstInfix(AstTreeInfix *infix, AstTreeSetTypesHelper helper); -bool astTreeCleanRoot(AstTreeRoot *root, AstTreeHelper *helper); -bool astTreeClean(AstTree *tree, AstTreeSetTypesHelper helper); -bool astTreeCleanFunction(AstTree *tree, AstTreeSetTypesHelper helper); -bool astTreeCleanVariable(AstTree *tree, AstTreeSetTypesHelper helper); -bool astTreeCleanAstVariable(AstTreeVariable *variable, - AstTreeSetTypesHelper helper); - size_t astTreeTypeSize(AstTree tree); -- cgit v1.2.3