From 3570e3ba38efa5fb8efc6951ef1dbae1a77e1acf Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 7 Jan 2009 13:37:46 -0500 Subject: [PATCH] Removed unnecessary APPLE comment. --HG-- branch : HEAD --- src/lib/hash.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/hash.h b/src/lib/hash.h index a7a7ae3a44..c4ab1f0f55 100644 --- a/src/lib/hash.h +++ b/src/lib/hash.h @@ -12,7 +12,6 @@ typedef int hash_cmp_callback_t(const void *p1, const void *p2); table_pool is used to allocate/free large hash tables, node_pool is used for smaller allocations and can also be alloconly pool. The pools must not be free'd before hash_table_destroy() is called. */ -/* APPLE - renamed from hash_create/hash_destroy to avoid libc conflict */ struct hash_table * hash_table_create(pool_t table_pool, pool_t node_pool, unsigned int initial_size, hash_callback_t *hash_cb, hash_cmp_callback_t *key_compare_cb); -- 2.47.3