From 5cf9a1a6084fcd8a6471c6794da1c443c9a7a218 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 17 May 2007 17:25:13 +0000 Subject: [PATCH] update git-svn-id: http://svn.openzap.org/svn/openzap/trunk@18 a93c3328-9c30-0410-af19-c9cd2b2d52af --- libs/openzap/src/hashtable_itr.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/openzap/src/hashtable_itr.c b/libs/openzap/src/hashtable_itr.c index 1fed1ed9a7..defac691f0 100644 --- a/libs/openzap/src/hashtable_itr.c +++ b/libs/openzap/src/hashtable_itr.c @@ -34,10 +34,6 @@ hashtable_iterator(struct hashtable *h) return itr; } -/*****************************************************************************/ -/* 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 */ - /*****************************************************************************/ /* advance - advance the iterator to the next element * returns zero if advanced to end of table */