Skip to content

Commit b2a74b5

Browse files
committed
- Remove unused vars
1 parent 75cf51d commit b2a74b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_opcode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ ZEND_API int pass_two(zend_op_array *op_array TSRMLS_DC)
554554
case ZEND_BRK:
555555
case ZEND_CONT:
556556
if (op_array->last_try_catch) {
557-
zend_uint i, op_num = opline - op_array->opcodes;
558557
int nest_levels, array_offset;
559558
zend_brk_cont_element *jmp_to;
560559

0 commit comments

Comments
 (0)