]> granicus.if.org Git - php/commitdiff
removed unneded CLS_FETCH()
authorThies C. Arntzen <thies@php.net>
Mon, 6 Dec 1999 13:08:16 +0000 (13:08 +0000)
committerThies C. Arntzen <thies@php.net>
Mon, 6 Dec 1999 13:08:16 +0000 (13:08 +0000)
ext/standard/parsedate.y

index 554f63f46f1675b52d62d72fed23f9efd590f33c..877b47047603dccdeb24b4c0d43564daa5f2a706 100644 (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) {