Remove unused variable.

Compiling with -Wall considered useful.
This commit is contained in:
Carl Worth 2009-10-13 07:51:11 -07:00
parent 11f99eb8ea
commit 287ffc828d

View file

@ -157,7 +157,6 @@ main (int argc, char **argv)
FILE *file; FILE *file;
const char *value, *from; const char *value, *from;
int i;
time_t time; time_t time;
struct tm gm_time_tm; struct tm gm_time_tm;