diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 20fc2e249e..1ff45ff6ce 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -218,7 +218,6 @@ typedef struct _zend_property_info { zend_class_entry *ce; } zend_property_info; - typedef struct _zend_arg_info { const char *name; // TODO: convert into zend_string ??? zend_uint name_len; |