mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset-cff] Remove unnecessary check
This commit is contained in:
parent
7fd300dd9a
commit
6c92c3e0cf
1 changed files with 2 additions and 3 deletions
|
@ -338,9 +338,8 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
|
|||
{
|
||||
has_calls_ = true;
|
||||
|
||||
unsigned int parsed_len = get_count ();
|
||||
if (likely (parsed_len > 0))
|
||||
values.pop ();
|
||||
/* Pop the subroutine number. */
|
||||
values.pop ();
|
||||
|
||||
SUPER::add_op (op, str_ref, {subr_num});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue