]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
unused var
authorwessels <>
Sat, 3 Oct 1998 09:39:46 +0000 (09:39 +0000)
committerwessels <>
Sat, 3 Oct 1998 09:39:46 +0000 (09:39 +0000)
src/comm_select.cc

index b2b673f88214e7d51c6b026b57a9a5bd830e2b43..61ab7b75907c38eeb542c3fb8dc56604bbfcbd82 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.14 1998/10/02 05:02:29 wessels Exp $
+ * $Id: comm_select.cc,v 1.15 1998/10/03 03:39:46 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  *
@@ -531,7 +531,6 @@ comm_select(int msec)
     fd_set writefds;
     PF *hdl = NULL;
     int fd;
-    int i;
     int maxfd;
     int num;
     int callicp = 0, callhttp = 0;