summaryrefslogtreecommitdiff
path: root/base_cgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'base_cgen.c')
-rw-r--r--base_cgen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/base_cgen.c b/base_cgen.c
index b13012c..817354f 100644
--- a/base_cgen.c
+++ b/base_cgen.c
@@ -99,8 +99,6 @@ static bool cgen_ident(CGenerator *g, Identifier i, Location *where) {
}
}
cgen_indent(g);
- fprint_ident(stdout, i);
- printf("\n");
fprint_ident_ascii(cgen_writing_to(g), i);
return true;
}