]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed unnecessary APPLE comment.
authorTimo Sirainen <tss@iki.fi>
Wed, 7 Jan 2009 18:37:46 +0000 (13:37 -0500)
committerTimo Sirainen <tss@iki.fi>
Wed, 7 Jan 2009 18:37:46 +0000 (13:37 -0500)
--HG--
branch : HEAD

src/lib/hash.h

index a7a7ae3a44a114b22bc22125441490a1ca4e8c58..c4ab1f0f55ec35bbc959f94fa3c06f689ba3f485 100644 (file)
@@ -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);