variable redefinition in win32_dispatch

(cherry picked from commit f10aaea37433b60ed3e0b7adcc7b1764c8b0b518)
This commit is contained in:
mohuang 2020-05-25 10:33:24 +08:00 committed by Azat Khuzhin
parent 65a002a8e5
commit 0970e25c23

View File

@ -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; j<win32op->writeset_out->fd_count; ++j) {