From b22ad26be0f96df1a626742a6f6ebd1bfefcf56d Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 27 Oct 2019 13:42:50 -0400 Subject: parameters are immutable again --- cgen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cgen.c') diff --git a/cgen.c b/cgen.c index ec4c6ab..57eb93f 100644 --- a/cgen.c +++ b/cgen.c @@ -292,8 +292,6 @@ static bool cgen_fn_header(CGenerator *g, FnExpr *f, Location where) { cgen_write(g, " "); bool ptr = cgen_uses_ptr(&d->type); if (ptr) { - fprint_type(stdout, &d->type); - puts(""); IdentDecl *idecl = ident_decl(*i); assert(idecl); idecl->flags |= IDECL_FLAG_CGEN_PTR; -- cgit v1.2.3