From 7dd705c86f5d85b872792d638c2b75143f8732cc Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 19 Jul 2012 11:55:54 -0400 Subject: [PATCH] ck_ht: Remove ck_ht_allocator_set declaration. --- include/ck_ht.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck_ht.h b/include/ck_ht.h index 33be38c..a0218e7 100644 --- a/include/ck_ht.h +++ b/include/ck_ht.h @@ -226,7 +226,6 @@ bool ck_ht_next(ck_ht_t *, ck_ht_iterator_t *, ck_ht_entry_t **entry); void ck_ht_hash(ck_ht_hash_t *, ck_ht_t *, const void *, uint16_t); void ck_ht_hash_direct(ck_ht_hash_t *, ck_ht_t *, uintptr_t); -bool ck_ht_allocator_set(struct ck_malloc *); bool ck_ht_init(ck_ht_t *, enum ck_ht_mode, ck_ht_hash_cb_t *, struct ck_malloc *, uint64_t, uint64_t); void ck_ht_destroy(ck_ht_t *); bool ck_ht_set_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);