]> granicus.if.org Git - php/commitdiff
Mark _get_zval_ptr_deref as unused
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 24 Jul 2019 18:51:19 +0000 (20:51 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 24 Jul 2019 18:51:19 +0000 (20:51 +0200)
Zend/zend_execute.c

index 8f21590524d9d73baf2cd7dac03b9847b0eb0606..a70144219642d2c6e69ffa3c7f29814c4a6e7005 100644 (file)
@@ -435,7 +435,7 @@ static zend_always_inline zval *_get_op_data_zval_ptr_r(int op_type, znode_op no
        }
 }
 
-static zend_always_inline zval *_get_zval_ptr_deref(int op_type, znode_op node, zend_free_op *should_free, int type EXECUTE_DATA_DC OPLINE_DC)
+static zend_always_inline ZEND_ATTRIBUTE_UNUSED zval *_get_zval_ptr_deref(int op_type, znode_op node, zend_free_op *should_free, int type EXECUTE_DATA_DC OPLINE_DC)
 {
        if (op_type & (IS_TMP_VAR|IS_VAR)) {
                if (op_type == IS_TMP_VAR) {