]> git.kaiwu.me - nginx.git/commitdiff
remove stale pragma
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Dec 2008 17:26:42 +0000 (17:26 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Dec 2008 17:26:42 +0000 (17:26 +0000)
src/os/win32/ngx_win32_config.h

index 11b266f5e485e24c9b12d21f0f9f989c923eccf9..e880cbf644e37d0599c48b44893a80ab18091416 100644 (file)
@@ -66,9 +66,6 @@ typedef long  time_t;
 /* FD_SET() and FD_CLR(): conditional expression is constant */
 #pragma warning(disable:4127)
 
-/* function 'ngx_handle_write_event' not inlined */
-#pragma warning(disable:4710)
-
 #endif