Remove useless TODO
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 8 Jul 2010 02:07:40 +0000 (22:07 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 8 Jul 2010 02:07:40 +0000 (22:07 -0400)
src/hb-open-file-private.hh

index 905f50f..9570b0f 100644 (file)
@@ -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++)
     {