Removed dead code

This commit is contained in:
nathan 2020-08-26 15:48:43 +02:00
parent b3818b0b30
commit 31a32d303a

View File

@ -290,13 +290,6 @@ open class Server<CONNECTION : Connection>(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.