Start cleaning up the peer code.

This commit is contained in:
JoelKatz
2011-11-30 14:57:44 -08:00
parent f243286bc9
commit 284445a7fa
2 changed files with 8 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ using namespace boost::asio::ip;
Peer::Peer(boost::asio::io_service& io_service)
: mSocket(io_service)
{
mSendingPacket=PackedMessage::pointer();
}
/*