From 9abd643b6168ec3bf85ccc6d819162cdd799299b Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 13 Jun 2025 00:44:32 +0330 Subject: removing duplicated code --- src/compiler/ast-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/ast-tree.h') diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index 7d4eb84..f6d9394 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -555,7 +555,7 @@ bool setTypesBuiltinCFunction(AstTree *tree, AstTreeSetTypesHelper helper, bool setTypesBuiltinInsert(AstTree *tree, AstTreeSetTypesHelper helper, AstTreeFunctionCall *functionCall); bool setTypesTypeArray(AstTree *tree, AstTreeSetTypesHelper helper); -bool setTypesAstFunction(AstTreeFunction *function, +bool setTypesAstFunction(AstTreeFunction *function,AstTree *tree, AstTreeSetTypesHelper helper); bool setTypesAstVariable(AstTreeVariable *variable, -- cgit v1.2.3