diff options
| author | 2023-06-03 21:51:28 +0200 | |
|---|---|---|
| committer | 2023-06-04 10:20:19 +0200 | |
| commit | 2ca24f83c35b253593b5aa8775d37923c8383149 (patch) | |
| tree | 09fc86a228b81ac574233a922758953c4c460861 /type.c | |
| parent | 65ace14e184807df026e985e073b3b5c5aaf576c (diff) | |
abi lowering pass
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) { |