[subset-cff] Remove an unlikely
This commit is contained in:
parent
f8c578fd93
commit
4a435dc024
|
@ -364,7 +364,7 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
|
|||
void compact ()
|
||||
{
|
||||
unsigned count = values.length;
|
||||
if (unlikely (!count)) return;
|
||||
if (!count) return;
|
||||
auto &opstr = values.arrayZ;
|
||||
unsigned j = 0;
|
||||
for (unsigned i = 1; i < count; i++)
|
||||
|
|
Loading…
Reference in New Issue