summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.h
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-08-26 12:57:24 +0200
committerGeorge Peter Banyard <girgias@php.net>2020-08-26 12:59:43 +0200
commit1b2ec73c1d9175769c3ad4dd40825546851287bc (patch)
tree6990f3beaecc66a2f9f8196cb092691618ea8aa7 /Zend/zend_variables.h
parentebbe333ede58aef60740bd297327188513814f1b (diff)
downloadphp-git-1b2ec73c1d9175769c3ad4dd40825546851287bc.tar.gz
Drop various unused macros/APIs
Also convert_libmagic_pattern() to return a zend_string* Closes GH-6029
Diffstat (limited to 'Zend/zend_variables.h')
-rw-r--r--Zend/zend_variables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h
index bdee8b1879..ea3fd9c5ef 100644
--- a/Zend/zend_variables.h
+++ b/Zend/zend_variables.h
@@ -81,10 +81,6 @@ ZEND_API void zval_internal_ptr_dtor(zval *zvalue);
/* Kept for compatibility */
#define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue)
-#define zval_internal_dtor(zvalue) zval_internal_ptr_dtor(zvalue)
-#define zval_dtor_func rc_dtor_func
-#define zval_ptr_dtor_wrapper zval_ptr_dtor
-#define zval_internal_ptr_dtor_wrapper zval_internal_ptr_dtor
ZEND_API void zval_add_ref(zval *p);