]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Sun, 28 May 2000 22:21:45 +0000 (22:21 +0000)
committerwessels <>
Sun, 28 May 2000 22:21:45 +0000 (22:21 +0000)
 - comm_select.c:638: warning: unused variable `SD'

src/comm_select.cc

index 3db93209ce595431bb180a0bf3cecfe348f6dca7..ade76212b0688796aa3f4842e254cf1a7f203149 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.43 2000/05/12 00:29:07 wessels Exp $
+ * $Id: comm_select.cc,v 1.44 2000/05/28 16:21:45 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  *
@@ -635,7 +635,6 @@ comm_select(int msec)
     fd_set slowfds;
 #endif
     PF *hdl = NULL;
-    SwapDir *SD;
     int fd;
     int maxfd;
     int num;