diff --git a/src/hb-map.hh b/src/hb-map.hh index fd5c6d8b7..f7156e51a 100644 --- a/src/hb-map.hh +++ b/src/hb-map.hh @@ -170,8 +170,7 @@ struct hb_map_t void clear () { - if (items) - memset (items, 0xFF, ((size_t) mask + 1) * sizeof (item_t)); + if (items) memset (items, 0xFF, ((size_t) mask + 1) * sizeof (item_t)); population = occupancy = 0; }