summaryrefslogtreecommitdiff
path: root/decls_cgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'decls_cgen.c')
-rw-r--r--decls_cgen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/decls_cgen.c b/decls_cgen.c
index 5b2603b..331d179 100644
--- a/decls_cgen.c
+++ b/decls_cgen.c
@@ -45,9 +45,6 @@ static void cgen_sdecls_block(CGenerator *g, Block *b) {
static char *cgen_nms_prefix_part(CGenerator *g, Namespace *n) {
char *s;
- while (n->points_to) {
- n = n->points_to;
- }
if (n->associated_ident) {
size_t ident_len = n->associated_ident->len;
s = malloc(ident_len + 3);