]> granicus.if.org Git - php/commitdiff
Removed old constants (they are redeclared as macros)
authorDmitry Stogov <dmitry@zend.com>
Thu, 11 Apr 2019 00:06:51 +0000 (03:06 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 11 Apr 2019 00:06:51 +0000 (03:06 +0300)
Zend/zend_compile.h

index fefe566c58df32f8411614a37479011a0626365d..a882d4f675bbaa4008556df3b17908534d012395 100644 (file)
@@ -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                   */