From 12b45f728905863adb2e727d6c9c406374675bea Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 9 Aug 2025 06:11:47 +0330 Subject: some clean up and attempts to add bba --- src/compiler/ast-tree.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/compiler') diff --git a/src/compiler/ast-tree.c b/src/compiler/ast-tree.c index 057e96d..bc19523 100644 --- a/src/compiler/ast-tree.c +++ b/src/compiler/ast-tree.c @@ -8220,10 +8220,6 @@ AstTreeVariable *setTypesFindVariable(const char *name_begin, } } if (variable.var == NULL) { - printLog("%ld", helper.variables_size); - for (size_t i = 0; i < helper.variables_size; ++i) { - printLog("is %ld", helper.variables[i].size); - } printError(name_begin, name_end, "No candidates found for %.*s", (int)(name_end - name_begin), name_begin); return NULL; -- cgit v1.2.3