Browse Source

Remove unused variable from ~Connection

v0.7.4-release
Ryan 15 years ago
parent
commit
fc02221393
  1. 1
      src/net.cc

1
src/net.cc

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

Loading…
Cancel
Save