mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 12:40:04 +00:00
variable redefinition in poll() path
This commit is contained in:
parent
0fc94802b1
commit
1d7efeba24
@ -96,7 +96,6 @@ void laikaP_rmvSock(struct sLaika_pollList *pList, struct sLaika_socket *sock) {
|
||||
LAIKA_WARN("epoll_ctl [DEL] failed\n");
|
||||
}
|
||||
#else
|
||||
int i;
|
||||
|
||||
/* search fds for socket, remove it and shrink array */
|
||||
for (i = 0; i < pList->fdCount; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user