[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)
|
if (value == INVALID && items[i].key != key)
|
||||||
return; /* Trying to delete non-existent key. */
|
return; /* Trying to delete non-existent key. */
|
||||||
|
|
||||||
/* Accounting. */
|
|
||||||
if (!items[i].is_unused ())
|
if (!items[i].is_unused ())
|
||||||
{
|
{
|
||||||
occupancy--;
|
occupancy--;
|
||||||
|
|
Loading…
Reference in New Issue