Commit 8db6b7d5 8db6b7d566acffa0dfc905f17e1d2824a95a4a0d by Sergey Poznyakoff

Minor fixes.

1 parent 97dd1461
......@@ -797,7 +797,6 @@ int
com_newgroups (char *arg)
{
iterator_t iterator = NULL;
struct tm stime;
int status;
int year, month, day, hour, min, sec, is_gmt;
year = month = day = hour = min = sec = is_gmt = 0;
......@@ -853,7 +852,6 @@ int
com_newnews (char *arg)
{
iterator_t iterator = NULL;
struct tm stime;
char *wildmat;
char gmt[4];
int year, month, day, hour, min, sec, is_gmt;
......