diff options
author | Sebastian Bergmann <sebastian@php.net> | 2001-08-05 05:35:06 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2001-08-05 05:35:06 +0000 |
commit | a70ecedb33580601e1934979de77e38a44f53ff9 (patch) | |
tree | 72feb7085d0c0f49a6da735add12861415d52145 /sapi/roxen | |
parent | 1159c84ab7849099d4a717cd05c2d920102040ed (diff) | |
download | php-git-a70ecedb33580601e1934979de77e38a44f53ff9.tar.gz |
Remove more duplicate TSRMLS_FETCH() calls.
Diffstat (limited to 'sapi/roxen')
-rw-r--r-- | sapi/roxen/roxen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 09ea71c4d3..c670d6b6bb 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -585,7 +585,6 @@ static int php_roxen_module_main(TSRMLS_D) zend_file_handle file_handle; #ifdef ZTS TSRMLS_FETCH(); - TSRMLS_FETCH(); #ifdef ROXEN_USE_ZTS GET_THIS(); #endif |