1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

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;
TIMEINFO ti;
time_t Start;
CLS_FETCH();
yyInput = p;
if (now == NULL) {