--- hash.c~ Fri Apr 5 16:38:44 2002 +++ hash.c Fri Apr 5 16:52:36 2002 @@ -142,10 +142,6 @@ void hash_destroy (HASH **ptr, void (*de * of the loop to get a faster execution. The price we pay is that * we then have to have two versions of the loop. */ -#if 0 - /* Nobody use the destroy argument at the moment, so the destroy - * version of the loop is out-commented until somebody needs it. - */ if (destroy) { for (i = 0 ; i < pptr->nelem; i++) @@ -160,7 +156,6 @@ void hash_destroy (HASH **ptr, void (*de } } else -#endif { for (i = 0 ; i < pptr->nelem; i++) {