mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
variable redefinition in win32_dispatch
This commit is contained in:
parent
028842aacb
commit
f10aaea374
@ -352,7 +352,6 @@ win32_dispatch(struct event_base *base, struct timeval *tv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (win32op->writeset_out->fd_count) {
|
if (win32op->writeset_out->fd_count) {
|
||||||
SOCKET s;
|
|
||||||
i = evutil_weakrand_range_(&base->weakrand_seed,
|
i = evutil_weakrand_range_(&base->weakrand_seed,
|
||||||
win32op->writeset_out->fd_count);
|
win32op->writeset_out->fd_count);
|
||||||
for (j=0; j<win32op->writeset_out->fd_count; ++j) {
|
for (j=0; j<win32op->writeset_out->fd_count; ++j) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user