From: wessels <> Date: Tue, 15 Jul 1997 01:27:28 +0000 (+0000) Subject: remove assert(0) X-Git-Tag: SQUID_3_0_PRE1~4899 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd5deaa11c66aaf480f845b22d934fca57a7b2b0;p=thirdparty%2Fsquid.git remove assert(0) --- diff --git a/src/comm.cc b/src/comm.cc index 41efba1513..29c059747d 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.175 1997/07/14 19:24:35 wessels Exp $ + * $Id: comm.cc,v 1.176 1997/07/14 19:27:28 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -914,7 +914,6 @@ comm_poll(time_t sec) F->timeout_handler, F->read_handler, F->write_handler); - assert(0); for (ch = F->close_handler; ch; ch = ch->next) debug(5, 0) (" close handler: %p\n", ch->handler); if (F->close_handler) {