diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 8ff8ab0f509fb..f9fcfa6649b80 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -34,9 +34,6 @@ } while (0) #define MAKE_NOP(opline) do { \ - (opline)->op1.num = 0; \ - (opline)->op2.num = 0; \ - (opline)->result.num = 0; \ (opline)->opcode = ZEND_NOP; \ SET_UNUSED((opline)->op1); \ SET_UNUSED((opline)->op2); \