summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 06:18:13 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 06:18:13 +0000
commit797a079a95585a07bc7f26a79e04521d3b370177 (patch)
tree39e195dd61222e38b934b64d51d3ab37199a0ad3 /ext/standard/file.c
parente8ac55d03c31304b7a68e5b18c16338dff9a5eb5 (diff)
downloadphp-git-797a079a95585a07bc7f26a79e04521d3b370177.tar.gz
More TSRMLS_FETCH work, and a bit of cleanup
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index d2d076343f..a01946cf1d 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -219,8 +219,6 @@ PHP_MINIT_FUNCTION(file)
PHP_MSHUTDOWN_FUNCTION(file)
{
#ifndef ZTS
- TSRMLS_FETCH();
-
file_globals_dtor(&file_globals TSRMLS_CC);
#endif
return SUCCESS;