From: Martin Mares Date: Mon, 17 Sep 2007 19:28:31 +0000 (+0200) Subject: Removed a reference to the old sorter. X-Git-Tag: holmes-import~506^2~13^2~5^2~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c131af45284770c958b37259eff19b5c67af6ea7;p=libucw.git Removed a reference to the old sorter. --- diff --git a/lib/sorter/common.h b/lib/sorter/common.h index 1b405a08..bd243766 100644 --- a/lib/sorter/common.h +++ b/lib/sorter/common.h @@ -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;