removed unneded CLS_FETCH()

This commit is contained in:
Thies C. Arntzen 1999-12-06 13:08:16 +00:00
parent 7ae5d271b6
commit 5201f90588

View file

@ -860,7 +860,6 @@ time_t parsedate(char *p, TIMEINFO *now)
struct tm *tm, tmbuf; struct tm *tm, tmbuf;
TIMEINFO ti; TIMEINFO ti;
time_t Start; time_t Start;
CLS_FETCH();
yyInput = p; yyInput = p;
if (now == NULL) { if (now == NULL) {