changeset 2387:7a1478c02415

remove stale pragma
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Dec 2008 17:26:42 +0000
parents 4ccaa42de633
children 722b5aff05ae
files src/os/win32/ngx_win32_config.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -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