summaryrefslogtreecommitdiff
path: root/cgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgen.c')
-rw-r--r--cgen.c2
1 files changed, 0 insertions, 2 deletions
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;