diff options
Diffstat (limited to 'Zend/zend_iterators.c')
-rw-r--r-- | Zend/zend_iterators.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c index 1339afbbc7..379a316c38 100644 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -102,13 +102,3 @@ ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) } return NULL; } - -/* - * 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 - */ |