From 77c522062af20a19d02ec9c612721329fce38588 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 11 Apr 2019 03:06:51 +0300 Subject: [PATCH] Removed old constants (they are redeclared as macros) --- Zend/zend_compile.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index fefe566c58..a882d4f675 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -477,13 +477,6 @@ union _zend_function { zend_internal_function internal_function; }; -typedef enum _zend_call_kind { - ZEND_CALL_NESTED_FUNCTION, /* stackless VM call to function */ - ZEND_CALL_NESTED_CODE, /* stackless VM call to include/require/eval */ - ZEND_CALL_TOP_FUNCTION, /* direct VM call to function from external C code */ - ZEND_CALL_TOP_CODE /* direct VM call to "main" code from external C code */ -} zend_call_kind; - struct _zend_execute_data { const zend_op *opline; /* executed opline */ zend_execute_data *call; /* current call */ -- 2.40.0