diff options
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r-- | Zend/zend_compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index e0a7acf12a..16b8fe9288 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1751,7 +1751,6 @@ ZEND_API void zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify ce->create_object = NULL; ce->get_iterator = NULL; ce->iterator_funcs_ptr = NULL; - ce->interface_gets_implemented = NULL; ce->get_static_method = NULL; ce->parent = NULL; ce->num_interfaces = 0; |