diff --git a/src/hashtab.c b/src/hashtab.c index 6b9f0f3e..d256756d 100644 --- a/src/hashtab.c +++ b/src/hashtab.c @@ -222,9 +222,6 @@ hash_table_resize(hash_table *t, int dir) /* Move everything from the old buckets into the new */ for (size_t i=0; ibuckets[i]) { - continue; - } void *p = t->buckets[i]; while(p) { struct hash_link *l = LINK(t, p);