Deleted obsolete TODO comment

This commit is contained in:
Bobbi Webber-Manners 2020-05-31 18:36:17 -04:00
parent ae8d47bd45
commit 06b30cf0c2
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
*
* Bobbi January-June 2020
*
* TODO: Multilevel sort is currently broken. Consider how to fix it in a
* memory efficient way.
* TODO: IDEA you only need one sorteddata block at a time. Do not allocate
* until writeout time and use one block buffer. Iterate through
* filelist[] collecting all entries for block 1, 2, 3 in turn.