mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
removed unneded CLS_FETCH()
This commit is contained in:
parent
7ae5d271b6
commit
5201f90588
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue