diff --git a/libs/freetdm/src/hashtable_itr.c b/libs/freetdm/src/hashtable_itr.c index 1fed1ed9a7..defac691f0 100644 --- a/libs/freetdm/src/hashtable_itr.c +++ b/libs/freetdm/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 */