[bit-set] Remove TODO that would never happen
This commit is contained in:
parent
690df8a369
commit
03d64b7469
|
@ -605,8 +605,6 @@ struct hb_bit_set_t
|
|||
|
||||
bool next (hb_codepoint_t *codepoint) const
|
||||
{
|
||||
// TODO: this should be merged with prev() as both implementations
|
||||
// are very similar.
|
||||
if (unlikely (*codepoint == INVALID)) {
|
||||
*codepoint = get_min ();
|
||||
return *codepoint != INVALID;
|
||||
|
|
Loading…
Reference in New Issue