From: Sebastian Bergmann Date: Mon, 11 Mar 2002 07:58:52 +0000 (+0000) Subject: Fix warning, hope this is okay. X-Git-Tag: help~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3573a92c1aa80f20df1400447146be7b388b06a8;p=php Fix warning, hope this is okay. --- diff --git a/sapi/cgi/libfcgi/os_win32.c b/sapi/cgi/libfcgi/os_win32.c index b44b9fab73..b2ac41d77e 100644 --- a/sapi/cgi/libfcgi/os_win32.c +++ b/sapi/cgi/libfcgi/os_win32.c @@ -1891,7 +1891,6 @@ int OS_IsFcgi(int sock) void OS_SetFlags(int fd, int flags) { unsigned long pLong = 1L; - int err; if (fdTable[fd].type == FD_SOCKET_SYNC && flags == O_NONBLOCK) { if (ioctlsocket(fdTable[fd].fid.sock, FIONBIO, &pLong) ==