From 7ee13e87d2cb8a04da9fc1f6c0b163e8a5b526bb Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Mon, 16 Nov 2020 17:00:08 -0800 Subject: [PATCH] Sync. --- TCPSession.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TCPSession.cpp b/TCPSession.cpp index 40c2dbd..5ea0060 100644 --- a/TCPSession.cpp +++ b/TCPSession.cpp @@ -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)