remove unused vars

This commit is contained in:
DarthArgus
2014-10-26 23:22:06 -07:00
parent c30a27a855
commit 982290924a
11 changed files with 0 additions and 24 deletions
@@ -539,8 +539,6 @@ void ClientConnection::onConnectionOverflowing (const unsigned int bytesPending
{
char errbuf[1024];
snprintf(errbuf, sizeof(errbuf), "Connection overflow from server to client, %d bytes. Disconnected.", bytesPending);
std::string name("Connection overflow server->client");
std::string desc(errbuf);
LOG("Network", ("Disconnect: Client connection overflowing. %d bytes pending", bytesPending));
std::vector<std::pair<std::string, int> >::const_iterator i;