]> mj.ucw.cz Git - libucw.git/commitdiff
Removed FIXME.
authorMartin Mares <mj@ucw.cz>
Tue, 27 Mar 2001 10:29:51 +0000 (10:29 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 27 Mar 2001 10:29:51 +0000 (10:29 +0000)
lib/sorter.h

index 692b666bcf9c413e6ff465c4c3263b69e2f73d8d..65a9553af1a4f1fc63d43551b82e74360460729c 100644 (file)
@@ -159,7 +159,7 @@ P(pass)(struct fastbuf **fb1, struct fastbuf **fb2)
        {
          P(merge_data)(in1, in2, out1, kin1, kin2);
          SWAP(kin1, kprev1, ktmp);
-         next1 = P(fetch_key)(in1, kin1); /* FIXME: Re-use other code? */
+         next1 = P(fetch_key)(in1, kin1);
          run1 = next1 && (P(compare)(kprev1, kin1) LESS 0);
          SWAP(kin2, kprev2, ktmp);
          next2 = P(fetch_key)(in2, kin2);