diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-05 15:16:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-05 15:16:12 +0000 |
commit | 3a816341f9f4ffa39b088424d78f967fa0118118 (patch) | |
tree | 7056708e26424e2611e600c3ff6966a7511e9d4e /ext/pcre/php_pcre.c | |
parent | 9f51f154aa5e40baabd3b605675edef5772778a8 (diff) | |
download | php-git-3a816341f9f4ffa39b088424d78f967fa0118118.tar.gz |
Cleanup patches
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 1a16bc5705..0042a130d8 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -99,8 +99,6 @@ PHP_MINFO_FUNCTION(pcre) /* {{{ PHP_MINIT_FUNCTION(pcre) */ static PHP_MINIT_FUNCTION(pcre) { - ELS_FETCH(); - #ifdef ZTS pcre_globals_id = ts_allocate_id( sizeof(php_pcre_globals), |