changeset 8594:f05c50f43793 HEAD

Removed unnecessary APPLE comment.
author Timo Sirainen <tss@iki.fi>
date Wed, 07 Jan 2009 13:37:46 -0500
parents 3cccf56e802a
children 829b6555392b
files src/lib/hash.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/hash.h	Wed Jan 07 13:34:25 2009 -0500
+++ b/src/lib/hash.h	Wed Jan 07 13:37:46 2009 -0500
@@ -12,7 +12,6 @@
    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);