aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.c')
-rw-r--r--sys/cmd/cc/cc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cmd/cc/cc.c b/sys/cmd/cc/cc.c
index 2dcf897..796d3a8 100644
--- a/sys/cmd/cc/cc.c
+++ b/sys/cmd/cc/cc.c
@@ -215,8 +215,6 @@ init(void)
C.type.info = calloc(C.type.cap, sizeof(*C.type.info));
memcpy(C.type.info, basetypes, C.type.len * sizeof(*C.type.info));
- for (i = 0; i < arrlen(basetypes); i++)
- intern(&C.type.info[i].ident);
}
void