mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset/cff1] Remove always-true check
This commit is contained in:
parent
fad2c4aea6
commit
1159b9d3ee
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ static bool _serialize_cff1 (hb_serialize_context_t *c,
|
|||
if (plan.subset_localsubrs[i].length > 0)
|
||||
{
|
||||
auto *dest = c->push <CFF1Subrs> ();
|
||||
if (likely (dest && dest->serialize (c, plan.subset_localsubrs[i])))
|
||||
if (likely (dest->serialize (c, plan.subset_localsubrs[i])))
|
||||
subrs_link = c->pop_pack ();
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue