diff options
Diffstat (limited to 'main/streams/glob_wrapper.c')
-rw-r--r-- | main/streams/glob_wrapper.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/streams/glob_wrapper.c b/main/streams/glob_wrapper.c index 6ee9eeec92..b0ff40a7c5 100644 --- a/main/streams/glob_wrapper.c +++ b/main/streams/glob_wrapper.c @@ -279,12 +279,3 @@ const php_stream_wrapper php_glob_stream_wrapper = { 0 }; #endif /* HAVE_GLOB */ - -/* - * 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 - */ |