summaryrefslogtreecommitdiff
path: root/Zend/zend_sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_sort.h')
-rw-r--r--Zend/zend_sort.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_sort.h b/Zend/zend_sort.h
index c65dc1d21b..e2ef938df7 100644
--- a/Zend/zend_sort.h
+++ b/Zend/zend_sort.h
@@ -27,13 +27,3 @@ ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_fun
END_EXTERN_C()
#endif /* ZEND_SORT_H */
-
-/*
- * 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
- */