summaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.c b/types.c
index 4e0b49c..56adeb8 100644
--- a/types.c
+++ b/types.c
@@ -1486,9 +1486,6 @@ static bool types_expr(Typer *tr, Expression *e) {
return false;
}
- for (size_t i = 0; i < nparams; ++i)
- print_val(arg_vals[i], arg_types + i);
-
HashTable *table = &base->struc->instances;
bool already_exists;
Value args_val = {0};