Index: libadt/generic/hash_table.c
===================================================================
--- libadt/generic/hash_table.c	(revision babe786005b9357a2f47ef2edf4e666b83142f27)
+++ libadt/generic/hash_table.c	(revision a1c7827af984370e76d121c012b0cd38ddb523d5)
@@ -107,8 +107,4 @@
 	assert(chain < h->entries);
 	
-	/*
-	 * The hash table is not redundant.
-	 * Check if the keys are not in place already.
-	 */
 	for (cur = h->entry[chain].next; cur != &h->entry[chain]; cur = cur->next) {
 		if (h->op->compare(key, h->max_keys, cur)) {
