Skip to content

Commit 5201f90

Browse files
author
Thies C. Arntzen
committed
removed unneded CLS_FETCH()
1 parent 7ae5d27 commit 5201f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/parsedate.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ time_t parsedate(char *p, TIMEINFO *now)
860860
struct tm *tm, tmbuf;
861861
TIMEINFO ti;
862862
time_t Start;
863-
CLS_FETCH();
864863

865864
yyInput = p;
866865
if (now == NULL) {

0 commit comments

Comments
 (0)