diff options
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r-- | ext/sockets/sockets.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 8a558ec938..ea8caa7298 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -2927,12 +2927,3 @@ PHP_FUNCTION(socket_wsaprotocol_info_release) } /* }}} */ #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: fdm=marker - * vim: noet sw=4 ts=4 - */ |