remove stale pragma

This commit is contained in:
Igor Sysoev 2008-12-09 17:26:42 +00:00
parent b9409a8e25
commit 04f7dbb9cd

View 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