From 8bb1ac59032fc9850f721a0a430061a953372ce2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 5 Mar 2001 11:52:14 +0000 Subject: [PATCH] Removed cf_read() and cf_default_*(). --- lib/sort-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sort-test.c b/lib/sort-test.c index 002e9313..337c4fa2 100644 --- a/lib/sort-test.c +++ b/lib/sort-test.c @@ -77,11 +77,9 @@ int main(int argc, char **argv) { log_init(NULL); - cf_default_init(DEFAULT_CONFIG); if (cf_getopt(argc, argv, CF_SHORT_OPTS, CF_NO_LONG_OPTS, NULL) >= 0 || optind != argc - 2) die("Usage: sort-test "); - cf_default_done(); s_sort(argv[optind], argv[optind+1]); return 0; -- 2.39.2