summaryrefslogtreecommitdiff
path: root/ext/standard/reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/reg.c')
-rw-r--r--ext/standard/reg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/reg.c b/ext/standard/reg.c
index 63344b8878..7ffb343a76 100644
--- a/ext/standard/reg.c
+++ b/ext/standard/reg.c
@@ -102,8 +102,6 @@ PHP_MINIT_FUNCTION(regex)
PHP_MSHUTDOWN_FUNCTION(regex)
{
- TSRMLS_FETCH();
-
zend_hash_destroy(&REG(ht_rc));
return SUCCESS;
}