]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/s-twoway.h
Created a local TODO list.
[libucw.git] / lib / sorter / s-twoway.h
index 0e6d644260021d4171f86ca5a189f4269cb2e512..ef23a2e9339806b51bc2622379e0b9c6417d24d2 100644 (file)
@@ -7,9 +7,6 @@
  *     of the GNU Lesser General Public License.
  */
 
-/* FIXME: There is a plenty of room for further optimization */
-/* FIXME: Swap outputs if there already are some runs? */
-
 static void P(twoway_merge)(struct sort_context *ctx UNUSED, struct sort_bucket **ins, struct sort_bucket **outs)
 {
   struct fastbuf *fin1, *fin2, *fout1, *fout2, *ftmp;