]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Wed, 4 Oct 2000 06:44:42 +0000 (06:44 +0000)
committerwessels <>
Wed, 4 Oct 2000 06:44:42 +0000 (06:44 +0000)
 - Unused variable 'i' was already #ifdef'd

src/comm_select.cc

index 19de06a17dc6f7e2b529840807f827bde2110a8e..e83d1ec7cff43e5f1e49903aca51aa86387c96f2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.46 2000/07/18 06:16:41 wessels Exp $
+ * $Id: comm_select.cc,v 1.47 2000/10/04 00:44:42 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  *
@@ -652,7 +652,6 @@ comm_select(int msec)
     struct timeval poll_time;
     double timeout = current_dtime + (msec / 1000.0);
     fde *F;
-    int i;
     do {
 #if !ALARM_UPDATES_TIME
        getCurrentTime();