From 03d64b7469d12d10b498fbf942afb7b87810012f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 24 Nov 2022 14:33:18 -0700 Subject: [PATCH] [bit-set] Remove TODO that would never happen --- src/hb-bit-set.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-bit-set.hh b/src/hb-bit-set.hh index beeb29995..554ae7e4d 100644 --- a/src/hb-bit-set.hh +++ b/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;