- Remove forgotten commented out debug code

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Reviewed by:	Oleg Moskalenko <oleg.moskalenko@citrix.com>
This commit is contained in:
Gabor Kovesdan 2013-01-27 19:50:24 +00:00
parent f187ff08ef
commit 0c2c94e1b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245998

View file

@ -986,21 +986,6 @@ main(int argc, char **argv)
set_tmpdir();
set_sort_opts();
#if 0
{
static int counter = 0;
char fn[128];
sprintf(fn, "/var/tmp/debug.sort.%d", counter++);
FILE* f = fopen(fn, "w");
fprintf(f, ">>sort>>");
for (int i = 0; i < argc; i++) {
fprintf(f, "<%s>", argv[i]);
}
fprintf(f, "<<sort<<\n");
fclose(f);
}
#endif
fix_obsolete_keys(&argc, argv);
while (((c = getopt_long(argc, argv, OPTIONS, long_options, NULL))