[os2] Comment
This commit is contained in:
parent
9fb9be8d43
commit
81b942e363
|
@ -284,6 +284,9 @@ struct OS2
|
|||
for (unsigned int i = 0; i < 4; i++)
|
||||
newBits[i] = 0;
|
||||
|
||||
/* This block doesn't show up in profiles. If it ever did,
|
||||
* we can rewrite it to iterate over OS/2 ranges and use
|
||||
* set iteration to check if the range matches. */
|
||||
for (hb_codepoint_t cp = HB_SET_VALUE_INVALID;
|
||||
codepoints->next (&cp);)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue