Bin duplicate const variable
This commit is contained in:
parent
ff5f7a5260
commit
be945ed51b
1 changed files with 0 additions and 1 deletions
|
@ -200,7 +200,6 @@ static bool checkForPoll(std::vector<FakeSocketPair>& fds, struct pollfd *pollfd
|
|||
}
|
||||
else
|
||||
{
|
||||
const int K = ((pollfds[i].fd)&1);
|
||||
if (fds[pollfds[i].fd/2].fd[K] == -1)
|
||||
{
|
||||
pollfds[i].revents = POLLNVAL;
|
||||
|
|
Loading…
Reference in a new issue