diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-22 01:30:25 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-22 01:30:25 +0330 |
commit | 7a4c9a3e886bb03889c02e0e834ed210e7269ab5 (patch) | |
tree | cfc4fe1a21c1fad0f2af0afff45997a6557e6d15 /src/compiler/ast-tree.h | |
parent | 30210fac06a6719a1f547a8cd1e24c159d7e7ee7 (diff) |
cleaning stuff and maybe cause some speed up
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 7 |
1 files changed, 0 insertions, 7 deletions
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); |