There are two variables which are not used anymore. Thos patch removes useless
lines and suppresses gcc warnings.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
char filename[30];
short filenameCounter = 0;
unsigned short counter;
- unsigned short numberFiles;
- char error = FALSE;
short errorCnt = 0;
time_t timep;
char * time_string;
unsigned int seed;
-
- numberFiles = MAX_NUM_FILES;
-
if(argc >= 1)
{
processCmdLine(argc, argv);
}
-
/*
First open MAX_NUM_FILES and make sure that the checksum is ok.
Also make an intry into the logfile.
fclose(logfp);
(void)sync();
- error = TRUE;
errorCnt++;
if(errorCnt > MaxErrAllowed){