From 5aa0908522e6b6b82ac129ed0f01a34573911a17 Mon Sep 17 00:00:00 2001 From: arshidkv12 Date: Tue, 3 Feb 2026 10:56:19 +0530 Subject: [PATCH] Remove redundant IS_CV != IS_UNUSED check --- Zend/zend_vm_execute.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h index 77edd6b7cc55..4652161490e0 100644 --- a/Zend/zend_vm_execute.h +++ b/Zend/zend_vm_execute.h @@ -52171,11 +52171,6 @@ static ZEND_OPCODE_HANDLER_RET ZEND_OPCODE_HANDLER_FUNC_CCONV ZEND_ASSIGN_DIM_SP } } } - if (IS_CV != IS_UNUSED) { - - - } - /* assign_dim has two opcodes! */ ZEND_VM_NEXT_OPCODE_EX(1, 2);