diff options
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index dec141f331..fa1fef823e 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -153,7 +153,6 @@ PHPAPI void php_print_info(int flag) time_t the_time; struct tm *ta, tmbuf; TSRMLS_FETCH(); - SLS_FETCH(); the_time = time(NULL); ta = php_localtime_r(&the_time, &tmbuf); |