Drop znode extended attribute and unused union members

This commit is contained in:
Nikita Popov 2014-08-17 00:37:45 +02:00
parent 904a83a137
commit 84e757d22d

View File

@ -75,10 +75,7 @@ typedef struct _znode { /* used only during compilation */
union {
znode_op op;
zval constant; /* replaced by literal/zv */
zend_op_array *op_array;
zend_ast *ast;
} u;
zend_uint EA; /* extended attributes */
} znode;
/* Temporarily defined here, to avoid header ordering issues */