提交 0cf7d957 编写于 作者: B Behdad Esfahbod

[set] Remove TODO items not worth pursuing

上级 10d43658
......@@ -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))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册