old command line option removed

This commit is contained in:
Enno Rehling 2007-02-10 12:28:30 +00:00
parent 01742536e8
commit 8e9fb0f25b
1 changed files with 0 additions and 5 deletions

View File

@ -397,8 +397,6 @@ usage(const char * prog, const char * arg)
return -1;
}
extern int demonfix;
static int
read_args(int argc, char **argv)
{
@ -432,9 +430,6 @@ read_args(int argc, char **argv)
case 'o':
g_reportdir = argv[++i];
break;
case 'D': /* DEBUG */
demonfix = atoi(argv[++i]);
break;
case 'd':
g_datadir = argv[++i];
break;