]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 17 May 2007 17:25:13 +0000 (17:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 17 May 2007 17:25:13 +0000 (17:25 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@18 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/hashtable_itr.c

index 1fed1ed9a7e652b5c4272b238916ddadde4d39b6..defac691f0375a77776f47ed3d2032ac70bf100e 100644 (file)
@@ -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 */