From: hno <> Date: Tue, 28 Dec 2004 19:52:05 +0000 (+0000) Subject: Kill unused variable X-Git-Tag: SQUID_3_0_PRE4~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b86af119112e84c2f9a40895d0736bb91514b9;p=thirdparty%2Fsquid.git Kill unused variable --- diff --git a/src/main.cc b/src/main.cc index 85117d616d..59bb626f17 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.399 2004/12/27 16:59:14 hno Exp $ + * $Id: main.cc,v 1.400 2004/12/28 12:52:05 hno Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -856,7 +856,6 @@ main(int argc, char **argv) #endif { int errcount = 0; - int n; /* # of GC'd objects */ mode_t oldmask; #if HAVE_SBRK