Remove unused variable from ~Connection

v0.7.4-release
Ryan 2009-07-15 14:36:38 +02:00
parent 5e2a6f8c46
commit fc02221393
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ Connection::Init (void)
Connection::~Connection ()
{
static int i = 0;
assert(socket_.fd < 0 && "garbage collecting open Connection");
ForceClose();
}