[subset-cff] Remove unnecessary check
This commit is contained in:
parent
7fd300dd9a
commit
6c92c3e0cf
|
@ -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});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue