Deprecate unused WiMAX tethering

This commit is contained in:
Mygod
2020-08-07 07:48:47 +08:00
parent 1357488fad
commit 6305989cf7
4 changed files with 2 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ abstract class RootSession {
closeLocked()
usersCount = 0
}
check(usersCount == 0L)
check(usersCount == 0L) { "Unexpected $server, $usersCount" }
val server = createServer()
try {
initServer(server)