From 3a816341f9f4ffa39b088424d78f967fa0118118 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 5 Feb 2000 15:16:12 +0000 Subject: Cleanup patches --- ext/pcre/php_pcre.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pcre/php_pcre.c') 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), -- cgit v1.2.1