[map] Minor
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 30 May 2018 00:52:37 +0000 (17:52 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 30 May 2018 00:52:37 +0000 (17:52 -0700)
src/hb-map-private.hh

index a9c8379..fabe391 100644 (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--;