From da78f0acfd964fffa06eef0423aefe476e570d37 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Wed, 22 Jul 2020 10:15:53 +0200 Subject: [PATCH] Removing unused code. --- src/communication.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/communication.c b/src/communication.c index 92d8e37..eb20dc5 100644 --- a/src/communication.c +++ b/src/communication.c @@ -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));