Remove useless TODO
This commit is contained in:
parent
da8edbb622
commit
2f418f5709
|
@ -77,7 +77,6 @@ typedef struct OffsetTable
|
||||||
{
|
{
|
||||||
Tag t;
|
Tag t;
|
||||||
t.set (tag);
|
t.set (tag);
|
||||||
/* TODO: bsearch (need to sort in sanitize) */
|
|
||||||
unsigned int count = numTables;
|
unsigned int count = numTables;
|
||||||
for (unsigned int i = 0; i < count; i++)
|
for (unsigned int i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue