From 06b30cf0c2296ce73014490761bcaa1e284ea740 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sun, 31 May 2020 18:36:17 -0400 Subject: [PATCH] Deleted obsolete TODO comment --- sortdir.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sortdir.c b/sortdir.c index 3e51554..4b8a41f 100644 --- a/sortdir.c +++ b/sortdir.c @@ -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.