diff --git a/src/hb-map.hh b/src/hb-map.hh index d146b804c..3084d478d 100644 --- a/src/hb-map.hh +++ b/src/hb-map.hh @@ -68,8 +68,8 @@ struct hb_hashmap_t struct item_t { K key; - V value; uint32_t hash; + V value; void clear () {