[bit-set] Remove TODO that would never happen

This commit is contained in:
Behdad Esfahbod 2022-11-24 14:33:18 -07:00
parent 690df8a369
commit 03d64b7469
1 changed files with 0 additions and 2 deletions

View File

@ -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;