Skip to content

Commit f220277

Browse files
committed
Resetting fbc is not necessary
1 parent 178c3e3 commit f220277

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_compile.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,9 +3832,6 @@ static uint32_t zend_compile_args(
38323832
"Cannot combine partial application and unpacking");
38333833
}
38343834

3835-
// TODO: why?
3836-
fbc = NULL;
3837-
38383835
if (arg->attr == _IS_PLACEHOLDER_VARIADIC) {
38393836
uses_variadic_placeholder = true;
38403837
/* Do not emit ZEND_SEND_PLACEHOLDER: We represent the variadic

0 commit comments

Comments
 (0)