This commit is contained in:
Brad Arant 2020-11-16 17:00:08 -08:00
parent 054eb40c2b
commit 7ee13e87d2

View File

@ -85,10 +85,6 @@ namespace core {
shutdown("termination requested");
}
void TCPSession::onBlockReceived(std::string block) {
}
void TCPSession::sendToAll() {
for(auto session : server.sessions)
if(session != this)