X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2Fs-twoway.h;h=ef23a2e9339806b51bc2622379e0b9c6417d24d2;hb=7bddf3297ee2592efb3ca02b822683371e64e340;hp=0e6d644260021d4171f86ca5a189f4269cb2e512;hpb=7b52ebbcc1ef1faaeb666bf42d72604b6e84f84a;p=libucw.git diff --git a/lib/sorter/s-twoway.h b/lib/sorter/s-twoway.h index 0e6d6442..ef23a2e9 100644 --- a/lib/sorter/s-twoway.h +++ b/lib/sorter/s-twoway.h @@ -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;