refactor: rm redundant method

This commit is contained in:
surtur 2020-10-18 22:18:37 +02:00
parent 7adbb5dfd2
commit c99ba63d4c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -25,10 +25,6 @@ class ActiveHandlers {
}
}
}
synchronized void set_username() {
}
synchronized boolean add(SocketHandler handler) {
return activeHandlersSet.add(handler);