From 0cf7d957b7ffb17c4cec75b631c9829327ab5d52 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 15 Oct 2017 17:01:31 -0400 Subject: [PATCH] [set] Remove TODO items not worth pursuing --- src/hb-set-private.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-set-private.hh b/src/hb-set-private.hh index 9cd15d5a..a7ca4f4a 100644 --- a/src/hb-set-private.hh +++ b/src/hb-set-private.hh @@ -224,7 +224,6 @@ struct hb_set_t inline void del_range (hb_codepoint_t a, hb_codepoint_t b) { if (unlikely (in_error)) return; - /* TODO Speedup */ for (unsigned int i = a; i < b + 1; i++) del (i); } @@ -396,7 +395,6 @@ struct hb_set_t { hb_codepoint_t i; - /* TODO speedup. */ i = *last; if (!next (&i)) { -- GitLab