mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed compilation warning
This commit is contained in:
parent
825a505494
commit
1c67a9940a
1 changed files with 0 additions and 1 deletions
|
@ -562,7 +562,6 @@ static void strip_nop(zend_code_block *block)
|
|||
{
|
||||
zend_op *opline = block->start_opline;
|
||||
zend_op *end, *new_end;
|
||||
int new_len = 0;
|
||||
|
||||
/* remove leading NOPs */
|
||||
while (block->len > 0 && block->start_opline->opcode == ZEND_NOP) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue