mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-05 07:40:07 +00:00
variable redefinition in poll() path
This commit is contained in:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user