From f10aaea37433b60ed3e0b7adcc7b1764c8b0b518 Mon Sep 17 00:00:00 2001 From: mohuang Date: Mon, 25 May 2020 10:33:24 +0800 Subject: [PATCH] variable redefinition in win32_dispatch --- win32select.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win32select.c b/win32select.c index 0ddfe4b4..d005b587 100644 --- a/win32select.c +++ b/win32select.c @@ -352,7 +352,6 @@ win32_dispatch(struct event_base *base, struct timeval *tv) } } if (win32op->writeset_out->fd_count) { - SOCKET s; i = evutil_weakrand_range_(&base->weakrand_seed, win32op->writeset_out->fd_count); for (j=0; jwriteset_out->fd_count; ++j) {