diff options
Diffstat (limited to 'Zend/zend_inheritance.c')
-rw-r--r-- | Zend/zend_inheritance.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 6ada3bf4ca..d585edfde2 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -2004,13 +2004,3 @@ ZEND_API void zend_do_link_class(zend_class_entry *ce, zend_class_entry *parent) zend_build_properties_info_table(ce); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |