From: wessels <> Date: Wed, 4 Oct 2000 06:44:42 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1846 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e648d81c5e3d11d189d277c30f9e1517feaaafa;p=thirdparty%2Fsquid.git DW: - Unused variable 'i' was already #ifdef'd --- diff --git a/src/comm_select.cc b/src/comm_select.cc index 19de06a17d..e83d1ec7cf 100644 --- a/src/comm_select.cc +++ b/src/comm_select.cc @@ -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();