[map] Minor
This commit is contained in:
parent
4099c66f70
commit
b0158129d2
|
@ -129,7 +129,6 @@ struct hb_map_t
|
|||
if (value == INVALID && items[i].key != key)
|
||||
return; /* Trying to delete non-existent key. */
|
||||
|
||||
/* Accounting. */
|
||||
if (!items[i].is_unused ())
|
||||
{
|
||||
occupancy--;
|
||||
|
|
Loading…
Reference in New Issue