Minor
This commit is contained in:
parent
bf9e9676dd
commit
7cb47d0f3f
|
@ -405,6 +405,7 @@ struct hb_set_t
|
||||||
if (get_population () > larger_set->get_population ())
|
if (get_population () > larger_set->get_population ())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
/* TODO Optimize to use pages. */
|
||||||
hb_codepoint_t c = INVALID;
|
hb_codepoint_t c = INVALID;
|
||||||
while (next (&c))
|
while (next (&c))
|
||||||
if (!larger_set->has (c))
|
if (!larger_set->has (c))
|
||||||
|
|
Loading…
Reference in New Issue