From 22d44bb1926ad2d19ba45eb999f61fd524688386 Mon Sep 17 00:00:00 2001 From: seajee Date: Tue, 18 Nov 2025 21:37:49 +0100 Subject: [PATCH] v1.0.0 - Initial release --- hm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hm.h b/hm.h index 7c5490d..6adc328 100644 --- a/hm.h +++ b/hm.h @@ -511,8 +511,6 @@ Hm__Bucket *hm__bucket_create(const void *key, size_t key_size, const void *valu #endif // HM_IMPLEMENTATION -// TODO: Find a way to reduce calls to malloc - /* * Revision history: *