]> mj.ucw.cz Git - libucw.git/commitdiff
Removed a reference to the old sorter.
authorMartin Mares <mj@ucw.cz>
Mon, 17 Sep 2007 19:28:31 +0000 (21:28 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 17 Sep 2007 19:28:31 +0000 (21:28 +0200)
lib/sorter/common.h

index 1b405a081af0320447b42fca03dfb48800695ab4..bd24376613a32553979b9402f9b6378c1e46058b 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "lib/clists.h"
 
-/* Configuration, some of the variables are used by the old sorter, too. */
+/* Configuration variables */
 extern uns sorter_trace, sorter_trace_array, sorter_stream_bufsize;
 extern uns sorter_debug, sorter_min_radix_bits, sorter_max_radix_bits, sorter_add_radix_bits;
 extern uns sorter_min_multiway_bits, sorter_max_multiway_bits;