[test] Remove HB_UNUSED

This commit is contained in:
Behdad Esfahbod 2022-01-23 10:53:19 -07:00
parent 6c09a8b5b0
commit bad5c94562
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ main (int argc, char **argv)
hb_sorted_vector_t<hb_codepoint_t> v{1, 2, 5};
HB_UNUSED auto c = s.start_serialize<OT::Coverage> ();
auto c = s.start_serialize<OT::Coverage> ();
c->serialize (&s, hb_iter (v));