From 3b5876916dca1ce1db7533a0848b7f912101e07b Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 8 Jul 2015 17:42:50 +0800 Subject: [PATCH] Remove outdate comment --- Zend/zend_vm_def.h | 1 - Zend/zend_vm_execute.h | 1 - 2 files changed, 2 deletions(-) diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index db746a647c..062cb1f656 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -7595,7 +7595,6 @@ ZEND_VM_HANDLER(162, ZEND_FAST_CALL, ANY, ANY) ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->op2.opline_num]); ZEND_VM_CONTINUE(); } - /* set no delayed exception */ if (UNEXPECTED(Z_OBJ_P(fast_call) != NULL)) { fast_call->u2.lineno = (uint32_t)-1; } else { diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h index 832692d1db..391a83bb7a 100644 --- a/Zend/zend_vm_execute.h +++ b/Zend/zend_vm_execute.h @@ -1607,7 +1607,6 @@ static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_FAST_CALL_SPEC_HANDLER(ZEND_OP ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[opline->op2.opline_num]); ZEND_VM_CONTINUE(); } - /* set no delayed exception */ if (UNEXPECTED(Z_OBJ_P(fast_call) != NULL)) { fast_call->u2.lineno = (uint32_t)-1; } else { -- 2.40.0