From: wessels <> Date: Sun, 28 May 2000 22:21:45 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1973 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=661390f992a5a16b3736089d2ab59bed084a8c7e;p=thirdparty%2Fsquid.git DW: - comm_select.c:638: warning: unused variable `SD' --- diff --git a/src/comm_select.cc b/src/comm_select.cc index 3db93209ce..ade76212b0 100644 --- a/src/comm_select.cc +++ b/src/comm_select.cc @@ -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;