From fc0222139338c54432c0cd2c1faca4c21d469cf7 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 15 Jul 2009 14:36:38 +0200 Subject: [PATCH] Remove unused variable from ~Connection --- src/net.cc | 1 - 1 file changed, 1 deletion(-) 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(); }