diff options
Diffstat (limited to 'Zend/zend_compile.h')
| -rw-r--r-- | Zend/zend_compile.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index b8e8ae1083..71a622f417 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -347,12 +347,6 @@ union _zend_function { zend_internal_function internal_function; }; -typedef struct _zend_switch_entry { - znode cond; - int default_case; - int control_var; -} zend_switch_entry; - typedef enum _vm_frame_kind { VM_FRAME_NESTED_FUNCTION, /* stackless VM call to function */ VM_FRAME_NESTED_CODE, /* stackless VM call to include/require/eval */ |
