Skip to content

Commit b752489

Browse files
committed
Remove zval_dtor()
1 parent dfcae1a commit b752489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_variables.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ ZEND_API void zval_ptr_dtor(zval *zval_ptr);
8080
ZEND_API void zval_internal_ptr_dtor(zval *zvalue);
8181

8282
/* Kept for compatibility */
83-
#define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue)
8483
#define zval_internal_dtor(zvalue) zval_internal_ptr_dtor(zvalue)
8584
#define zval_dtor_func rc_dtor_func
8685
#define zval_ptr_dtor_wrapper zval_ptr_dtor

0 commit comments

Comments
 (0)