summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/php_sockets.h7
-rw-r--r--ext/sockets/sockets.c9
2 files changed, 0 insertions, 16 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h
index 4d22589a93..c1aba9dc98 100644
--- a/ext/sockets/php_sockets.h
+++ b/ext/sockets/php_sockets.h
@@ -117,10 +117,3 @@ php_socket *socket_import_file_descriptor(PHP_SOCKET sock);
#endif
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- */
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
- */