[subset-cff] Remove unnecessary check

This commit is contained in:
Behdad Esfahbod 2022-11-28 13:54:24 -07:00
parent 7fd300dd9a
commit 6c92c3e0cf
1 changed files with 2 additions and 3 deletions

View File

@ -338,9 +338,8 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
{ {
has_calls_ = true; has_calls_ = true;
unsigned int parsed_len = get_count (); /* Pop the subroutine number. */
if (likely (parsed_len > 0)) values.pop ();
values.pop ();
SUPER::add_op (op, str_ref, {subr_num}); SUPER::add_op (op, str_ref, {subr_num});
} }