summaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.c b/types.c
index ab186d1..e7bd2ec 100644
--- a/types.c
+++ b/types.c
@@ -1229,7 +1229,6 @@ static bool types_expr(Typer *tr, Expression *e) {
ret_type = f->type.fn.types;
param_types = ret_type + 1;
c->instance->c.id = original_fn->instances.n; /* let's help cgen out and assign an ID to this */
-
/* type this instance */
if (!types_fn(tr, fn, &f->type, e->where, c->instance))
return false;