diff --git a/libs/openzap/src/hashtable_itr.c b/libs/openzap/src/hashtable_itr.c index 5dced841f3..1fed1ed9a7 100644 --- a/libs/openzap/src/hashtable_itr.c +++ b/libs/openzap/src/hashtable_itr.c @@ -38,14 +38,6 @@ hashtable_iterator(struct hashtable *h) /* key - return the key of the (key,value) pair at the current position */ /* value - return the value of the (key,value) pair at the current position */ -void * -hashtable_iterator_key(struct hashtable_itr *i) -{ return i->e->k; } - -void * -hashtable_iterator_value(struct hashtable_itr *i) -{ return i->e->v; } - /*****************************************************************************/ /* advance - advance the iterator to the next element * returns zero if advanced to end of table */