Removing unused code.

more_to_read
Karchnu 2020-07-22 10:15:53 +02:00
parent fd04cc0f83
commit da78f0acfd
1 changed files with 0 additions and 5 deletions

View File

@ -511,11 +511,6 @@ struct ipc_error ipc_wait_event (struct ipc_ctx *ctx, struct ipc_event *event, i
}
}
for (size_t i = 0; i < ctx->size; i++) {
if (ctx->pollfd[i].events & POLLOUT) {
}
}
struct timeval tv_1;
memset (&tv_1, 0, sizeof(struct timeval));