[bit-set] Remove TODO that would never happen

pull/3895/head
Behdad Esfahbod 2 years ago
parent 690df8a369
commit 03d64b7469
  1. 2
      src/hb-bit-set.hh

@ -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…
Cancel
Save