From: Dmitry Stogov Date: Thu, 16 Oct 2014 09:41:27 +0000 (+0400) Subject: Removed deprecated fields X-Git-Tag: POST_NATIVE_TLS_MERGE^2~59^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95278779304d6f513cb1cb5f60b9db75f5dc1981;p=php Removed deprecated fields --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 089c15f48a..e9ee6e56d7 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -59,11 +59,9 @@ typedef union _znode_op { uint32_t constant; uint32_t var; uint32_t num; - zend_ulong hash; uint32_t opline_num; /* Needs to be signed */ zend_op *jmp_addr; zval *zv; - void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */ } znode_op; typedef struct _znode { /* used only during compilation */