summaryrefslogtreecommitdiff
path: root/ext/phar/dirstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/dirstream.h')
-rw-r--r--ext/phar/dirstream.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/phar/dirstream.h b/ext/phar/dirstream.h
index c6ff4b161d..fa512183f7 100644
--- a/ext/phar/dirstream.h
+++ b/ext/phar/dirstream.h
@@ -34,12 +34,3 @@ static int phar_dir_seek( php_stream *stream, zend_off_t offset, int whence,
php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
#endif
END_EXTERN_C()
-
-/*
- * 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
- */