summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-05 15:16:12 +0000
committerZeev Suraski <zeev@php.net>2000-02-05 15:16:12 +0000
commit3a816341f9f4ffa39b088424d78f967fa0118118 (patch)
tree7056708e26424e2611e600c3ff6966a7511e9d4e /ext/pcre/php_pcre.c
parent9f51f154aa5e40baabd3b605675edef5772778a8 (diff)
downloadphp-git-3a816341f9f4ffa39b088424d78f967fa0118118.tar.gz
Cleanup patches
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c2
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),