projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4099c66
)
[map] Minor
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 30 May 2018 00:52:37 +0000
(17:52 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 30 May 2018 00:52:37 +0000
(17:52 -0700)
src/hb-map-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-map-private.hh
b/src/hb-map-private.hh
index
a9c8379
..
fabe391
100644
(file)
--- 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--;