From 108a0cbc810e2c63ba0d5ec316ba54cc93890732 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 27 Jun 2013 12:37:27 +0200 Subject: [PATCH] remove unneeded blocks of code --- src/linux.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/linux.c b/src/linux.c index f59dc61..a71cb85 100644 --- a/src/linux.c +++ b/src/linux.c @@ -113,10 +113,6 @@ kore_platform_event_wait(void) } if (*fd == server.fd) { -#if 0 - while (worker_active_connections < - worker_max_connections) { -#endif while (worker->accepted < worker->accept_treshold) { kore_connection_accept(&server, &c); if (c == NULL)