From 36832052a0e252e3fd8537e6a4fda8a31d653521 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 28 Mar 2025 14:31:13 -0400 Subject: Remove dead code --- src/stdlib/tables.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/stdlib') diff --git a/src/stdlib/tables.c b/src/stdlib/tables.c index 97419327..da754847 100644 --- a/src/stdlib/tables.c +++ b/src/stdlib/tables.c @@ -73,11 +73,6 @@ PUREFUNC static INLINE size_t entry_size(const TypeInfo_t *info) return size; } -PUREFUNC static INLINE size_t entry_align(const TypeInfo_t *info) -{ - return (size_t)MAX(info->TableInfo.key->align, info->TableInfo.value->align); -} - PUREFUNC static INLINE size_t value_offset(const TypeInfo_t *info) { size_t offset = (size_t)info->TableInfo.key->size; -- cgit v1.2.3