remove unneeded blocks of code

This commit is contained in:
Joris Vink 2013-06-27 12:37:27 +02:00
parent 3c6169a861
commit 108a0cbc81
1 changed files with 0 additions and 4 deletions

View File

@ -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)