mirror of https://github.com/nodejs/node.git
Remove unused variable from ~Connection
parent
5e2a6f8c46
commit
fc02221393
|
@ -112,7 +112,6 @@ Connection::Init (void)
|
|||
|
||||
Connection::~Connection ()
|
||||
{
|
||||
static int i = 0;
|
||||
assert(socket_.fd < 0 && "garbage collecting open Connection");
|
||||
ForceClose();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue