[subset] minor cleanup.

This commit is contained in:
Garret Rieger 2022-05-18 21:03:56 +00:00 committed by Behdad Esfahbod
parent 482c6e5dc4
commit 48dfbd54a3
1 changed files with 1 additions and 3 deletions

View File

@ -1728,10 +1728,8 @@ struct Coverage
// Cache the iterator result as it will be iterated multiple times
// by the serialize code below.
hb_sorted_vector_t<hb_codepoint_t> glyphs (it);
bool ret = bool (glyphs);
Coverage_serialize (c->serializer, glyphs.iter ());
return_trace (ret);
return_trace (bool (glyphs));
}
bool sanitize (hb_sanitize_context_t *c) const