Skip to content

Commit 1c67a99

Browse files
committed
Fixed compilation warning
1 parent 825a505 commit 1c67a99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/Optimizer/block_pass.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ static void strip_nop(zend_code_block *block)
562562
{
563563
zend_op *opline = block->start_opline;
564564
zend_op *end, *new_end;
565-
int new_len = 0;
566565

567566
/* remove leading NOPs */
568567
while (block->len > 0 && block->start_opline->opcode == ZEND_NOP) {

0 commit comments

Comments
 (0)