diff --git a/src/OT/Layout/Common/Coverage.hh b/src/OT/Layout/Common/Coverage.hh index 862767191..fbd7c642a 100644 --- a/src/OT/Layout/Common/Coverage.hh +++ b/src/OT/Layout/Common/Coverage.hh @@ -147,8 +147,8 @@ struct Coverage TRACE_SUBSET (this); auto it = + iter () + | hb_filter (c->plan->glyph_map_gsub) | hb_map_retains_sorting (c->plan->glyph_map_gsub) - | hb_filter (hb_map_filter_invalid) ; // Cache the iterator result as it will be iterated multiple times diff --git a/src/hb-map.hh b/src/hb-map.hh index f5f180e9b..bfb1b3f76 100644 --- a/src/hb-map.hh +++ b/src/hb-map.hh @@ -451,8 +451,6 @@ struct hb_map_t : hb_hashmap_t static inline hb_hashmap_t* hb_hashmap_create ()