]> mj.ucw.cz Git - libucw.git/commitdiff
Removed cf_read() and cf_default_*().
authorMartin Mares <mj@ucw.cz>
Mon, 5 Mar 2001 11:52:14 +0000 (11:52 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 5 Mar 2001 11:52:14 +0000 (11:52 +0000)
lib/sort-test.c

index 002e93138a3e6be66638ebab52919a8e415e6fa8..337c4fa2ddea0b365929dd705b7917a680749c7f 100644 (file)
@@ -77,11 +77,9 @@ int
 main(int argc, char **argv)
 {
   log_init(NULL);
 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 <input> <output>");
   if (cf_getopt(argc, argv, CF_SHORT_OPTS, CF_NO_LONG_OPTS, NULL) >= 0 ||
       optind != argc - 2)
     die("Usage: sort-test <input> <output>");
-  cf_default_done();
 
   s_sort(argv[optind], argv[optind+1]);
   return 0;
 
   s_sort(argv[optind], argv[optind+1]);
   return 0;