diff options
Diffstat (limited to 'win32/select.h')
-rw-r--r-- | win32/select.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/select.h b/win32/select.h index eb9c1f8de0..c23eb87ddb 100644 --- a/win32/select.h +++ b/win32/select.h @@ -24,12 +24,3 @@ PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv); #endif - -/* - * 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 - */ |