epoll.c: remove unnecessary code
This commit is contained in:
parent
7f7d1240ae
commit
0c7098fb47
@ -542,10 +542,8 @@ int epoll_close(epoll_t port_handle) {
|
||||
INFINITE,
|
||||
FALSE);
|
||||
|
||||
if (!result) {
|
||||
DWORD error = GetLastError();
|
||||
if (!result)
|
||||
return -1;
|
||||
}
|
||||
|
||||
port_data->pending_reqs_count -= count;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user