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.