diff options
Diffstat (limited to 'ir')
| -rw-r--r-- | ir/ir.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -152,7 +152,6 @@ mkdatref(const char *name, union type ctype, uint siz, uint align, const void *b assert(n <= siz && siz && align); if (!name) { - extern const char *intern(const char *); char buf[32]; struct wbuf wbuf = MEMBUF(buf, sizeof buf); |