summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_array.h')
-rw-r--r--ext/spl/spl_array.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index b6e982142a..ed5dec3e62 100644
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -33,12 +33,3 @@ extern void spl_array_iterator_append(zval *object, zval *append_value);
extern void spl_array_iterator_key(zval *object, zval *return_value);
#endif /* SPL_ARRAY_H */
-
-/*
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 4
- * End:
- * vim600: fdm=marker
- * vim: noet sw=4 ts=4
- */