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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index f9a66a37d8..d6184c9dc3 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -378,8 +378,6 @@ struct _zend_execute_data {
zend_array *symbol_table;
const zend_op *fast_ret; /* used by FAST_CALL/FAST_RET (finally keyword) */
zend_object *delayed_exception;
- uint32_t silence_op_num;
- uint32_t old_error_reporting;
};
#define VM_FRAME_KIND_MASK 0x000000ff