epoll.c: remove unnecessary code

This commit is contained in:
Bert Belder 2017-09-01 19:11:41 +02:00
parent 7f7d1240ae
commit 0c7098fb47

View File

@ -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;