From c131af45284770c958b37259eff19b5c67af6ea7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Sep 2007 21:28:31 +0200 Subject: [PATCH] Removed a reference to the old sorter. --- lib/sorter/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2