mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Eliminate unnecessary test.
This commit is contained in:
@@ -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; i<num_old_buckets; i++) {
|
||||
if (!t->buckets[i]) {
|
||||
continue;
|
||||
}
|
||||
void *p = t->buckets[i];
|
||||
while(p) {
|
||||
struct hash_link *l = LINK(t, p);
|
||||
|
||||
Reference in New Issue
Block a user