From 04f7dbb9cd63225a85e82bc392f4c8d8ad30230b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Dec 2008 17:26:42 +0000 Subject: [PATCH] remove stale pragma --- src/os/win32/ngx_win32_config.h | 3 --- 1 file changed, 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