diff options
Diffstat (limited to 'ext/intl/resourcebundle/resourcebundle_iterator.c')
-rw-r--r-- | ext/intl/resourcebundle/resourcebundle_iterator.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/intl/resourcebundle/resourcebundle_iterator.c b/ext/intl/resourcebundle/resourcebundle_iterator.c index 07cfc7bc0d..b51f43f22b 100644 --- a/ext/intl/resourcebundle/resourcebundle_iterator.c +++ b/ext/intl/resourcebundle/resourcebundle_iterator.c @@ -175,12 +175,3 @@ zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *o return (zend_object_iterator *) iterator; } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |