aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-03 21:51:28 +0200
committerlemon <lsof@mailbox.org>2023-06-04 10:20:19 +0200
commit2ca24f83c35b253593b5aa8775d37923c8383149 (patch)
tree09fc86a228b81ac574233a922758953c4c460861 /type.c
parent65ace14e184807df026e985e073b3b5c5aaf576c (diff)
abi lowering pass
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)
{