diff options
Diffstat (limited to 'main/streams/memory.c')
-rw-r--r-- | main/streams/memory.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/streams/memory.c b/main/streams/memory.c index 506c97fd31..b63ed77255 100644 --- a/main/streams/memory.c +++ b/main/streams/memory.c @@ -789,12 +789,3 @@ PHPAPI const php_stream_wrapper php_stream_rfc2397_wrapper = { NULL, 1, /* is_url */ }; - -/* - * 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 - */ |