From b0158129d2b161665f8872deeb540ac73349c2de Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 29 May 2018 17:52:37 -0700 Subject: [PATCH] [map] Minor --- src/hb-map-private.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-map-private.hh b/src/hb-map-private.hh index a9c8379e..fabe391b 100644 --- a/src/hb-map-private.hh +++ b/src/hb-map-private.hh @@ -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--; -- GitLab