From 31a32d303a0411cfb1bd17b4291082f60124c1e1 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 26 Aug 2020 15:48:43 +0200 Subject: [PATCH] Removed dead code --- src/dorkbox/network/Server.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dorkbox/network/Server.kt b/src/dorkbox/network/Server.kt index fbeffee8..2b388ce1 100644 --- a/src/dorkbox/network/Server.kt +++ b/src/dorkbox/network/Server.kt @@ -290,13 +290,6 @@ open class Server(config: ServerConfiguration = ServerC } } - internal suspend fun poll(): Int { - - var pollCount = 0 - - return pollCount - } - /** * Adds an IP+subnet rule that defines what type of connection this IP+subnet should have.