[map] Minor

This commit is contained in:
Behdad Esfahbod 2018-05-29 17:52:37 -07:00
parent 4099c66f70
commit b0158129d2
1 changed files with 0 additions and 1 deletions

View File

@ -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--;