diff --git a/src/net.cc b/src/net.cc index 849d20f47b6..fb50950d923 100644 --- a/src/net.cc +++ b/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(); }