diff options
| -rw-r--r-- | sapi/cgi/libfcgi/os_win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) == |
