summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 3a0304101a..c29f8766e6 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -954,7 +954,6 @@ static zend_always_inline int zend_check_arg_send_type(const zend_function *zf,
#define ZEND_ARRAY_SIZE_SHIFT 2
/* Pseudo-opcodes that are used only temporarily during compilation */
-#define ZEND_PRINT 252
#define ZEND_GOTO 253
#define ZEND_BRK 254
#define ZEND_CONT 255