aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-09 17:26:42 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-09 17:26:42 +0000
commit04f7dbb9cd63225a85e82bc392f4c8d8ad30230b (patch)
treeabd02ebead29b99e7c40d2838864946f927ff472 /src
parentb9409a8e25b053b4fd8c75a9017f9aac1cab569d (diff)
downloadnginx-04f7dbb9cd63225a85e82bc392f4c8d8ad30230b.tar.gz
nginx-04f7dbb9cd63225a85e82bc392f4c8d8ad30230b.zip
remove stale pragma
Diffstat (limited to 'src')
-rw-r--r--src/os/win32/ngx_win32_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h
index 11b266f5e..e880cbf64 100644
--- 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