Skip to content

Commit 642bb9f

Browse files
laruenceweltling
authored andcommitted
Unused var
1 parent 36857ab commit 642bb9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_object_handlers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,6 @@ static zend_always_inline zend_function *zend_get_parent_private(zend_class_entr
10841084
*/
10851085
ZEND_API int zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_name) /* {{{ */
10861086
{
1087-
zval *func;
10881087
zend_class_entry *scope;
10891088

10901089
if (!ce) {

0 commit comments

Comments
 (0)