summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index e5aba0df67..6ad9768086 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -167,8 +167,6 @@ struct _zend_executor_globals {
zval error_zval;
zval *error_zval_ptr;
- zend_ptr_stack arg_types_stack;
-
/* symbol table cache */
HashTable *symtable_cache[SYMTABLE_CACHE_SIZE];
HashTable **symtable_cache_limit;