Skip to content

Commit ec8671d

Browse files
committed
Remove duplicated assignment
1 parent 685ccd6 commit ec8671d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_API.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3204,7 +3204,6 @@ ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint
32043204
fcc->calling_scope = NULL;
32053205
fcc->called_scope = NULL;
32063206
fcc->function_handler = NULL;
3207-
fcc->calling_scope = NULL;
32083207
fcc->object = NULL;
32093208

32103209
if (object &&

0 commit comments

Comments
 (0)