diff options
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); |