aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'type.c')
-rw-r--r--type.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/type.c b/type.c
index 66e5e63..798994d 100644
--- a/type.c
+++ b/type.c
@@ -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)
{