Skip to content

Commit 29149d2

Browse files
committed
oops
1 parent bdaf3b9 commit 29149d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/containers/hashmap.d

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,7 @@ private:
502502
foreach (ref item; buckets[newIndex])
503503
{
504504
if (item.hash == hash && item.key == key)
505-
{
506-
item.value = value;
507505
return &item;
508-
}
509506
}
510507
assert(false);
511508
}

0 commit comments

Comments
 (0)