diff options
Diffstat (limited to 'type.c')
| -rw-r--r-- | type.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -65,12 +65,6 @@ tdequ(const struct typedata *a, const struct typedata *b) } } -static void * -alloccopy(struct arena **arena, const void *src, uint siz, uint align) -{ - return memcpy(alloc(arena, siz, align), src, siz); -} - static ushort interntd(const struct typedata *td) { |