aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stdlib/tables.c5
1 files changed, 0 insertions, 5 deletions
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;