From ed6f24b92e77881129d13a95bdd93a3b77e91153 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 26 Sep 2014 21:50:27 +0200 Subject: cleanup TSRMLS_FETCH in ext/opcache --- ext/opcache/zend_shared_alloc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/opcache/zend_shared_alloc.c') diff --git a/ext/opcache/zend_shared_alloc.c b/ext/opcache/zend_shared_alloc.c index 981829f5b7..9ecb2a0eae 100644 --- a/ext/opcache/zend_shared_alloc.c +++ b/ext/opcache/zend_shared_alloc.c @@ -157,8 +157,6 @@ int zend_shared_alloc_startup(size_t requested_size) const zend_shared_memory_handler_entry *he; int res = ALLOC_FAILURE; - TSRMLS_FETCH(); - /* shared_free must be valid before we call zend_shared_alloc() * - make it temporarily point to a local variable */ @@ -298,7 +296,6 @@ void *zend_shared_alloc(size_t size) { int i; unsigned int block_size = ZEND_ALIGNED_SIZE(size); - TSRMLS_FETCH(); #if 1 if (!ZCG(locked)) { -- cgit v1.2.1