From 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 7 Jul 2010 22:07:40 -0400 Subject: [PATCH] Remove useless TODO --- src/hb-open-file-private.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 905f50f..9570b0f 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -77,7 +77,6 @@ typedef struct OffsetTable { Tag t; t.set (tag); - /* TODO: bsearch (need to sort in sanitize) */ unsigned int count = numTables; for (unsigned int i = 0; i < count; i++) { -- 2.7.4