From 3573a92c1aa80f20df1400447146be7b388b06a8 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 11 Mar 2002 07:58:52 +0000 Subject: [PATCH] Fix warning, hope this is okay. --- sapi/cgi/libfcgi/os_win32.c | 1 - 1 file changed, 1 deletion(-) 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) == -- 2.50.1