]> granicus.if.org Git - php/commitdiff
Unused var
authorXinchen Hui <laruence@gmail.com>
Wed, 1 Aug 2018 06:49:06 +0000 (14:49 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 1 Aug 2018 06:49:06 +0000 (14:49 +0800)
Zend/zend_object_handlers.c

index 43e06205e22ba2040796cdc155e2ef4ea53fe13d..ab7c06859e0afd4a64875cfd759f46a2f09bd01b 100644 (file)
@@ -1084,7 +1084,6 @@ static zend_always_inline zend_function *zend_get_parent_private(zend_class_entr
  */
 ZEND_API int zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_name) /* {{{ */
 {
-    zval *func;
     zend_class_entry *scope;
 
        if (!ce) {