X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter.c;h=20db9ef1974e3b86ea9866b1f303bcad63534df6;hb=d18403664f23ca1464d659b29912758d72b2abec;hp=55d242a5d012e0ab87af5fa3a92743599ca0eaac;hpb=3a4df62d817e0e6c854f44dfb5b78ef3eac953b9;p=libucw.git diff --git a/lib/sorter.c b/lib/sorter.c index 55d242a5..20db9ef1 100644 --- a/lib/sorter.c +++ b/lib/sorter.c @@ -8,29 +8,6 @@ */ #include "lib/lib.h" -#include "lib/conf.h" -#include "lib/fastbuf.h" #include "lib/sorter-globals.h" -#include -#include - -uns sorter_trace; -uns sorter_presort_bufsize = 65536; -uns sorter_stream_bufsize = 65536; - -static struct cf_section sorter_config = { - CF_ITEMS { - CF_UNS("Trace", &sorter_trace), - CF_UNS("PresortBuffer", &sorter_presort_bufsize), - CF_UNS("StreamBuffer", &sorter_stream_bufsize), - CF_END - } -}; - -static void CONSTRUCTOR sorter_init_config(void) -{ - cf_declare_section("Sorter", &sorter_config, 0); -} - uns sorter_pass_counter;