]> granicus.if.org Git - php/commitdiff
Remove outdate comment
authorXinchen Hui <laruence@php.net>
Wed, 8 Jul 2015 09:42:50 +0000 (17:42 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 8 Jul 2015 09:42:50 +0000 (17:42 +0800)
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

index db746a647c1090e03d6e1654967470d052c33507..062cb1f656a6a9c303bcd78e2f4e5b49334c9bec 100644 (file)
@@ -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 {
index 832692d1db2968f7cb4116565a309db997bace22..391a83bb7a40a86d3a4f9c2a842dcc1269f41a71 100644 (file)
@@ -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 {