]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove assert(0)
authorwessels <>
Tue, 15 Jul 1997 01:27:28 +0000 (01:27 +0000)
committerwessels <>
Tue, 15 Jul 1997 01:27:28 +0000 (01:27 +0000)
src/comm.cc

index 41efba1513bfbb89fb47b762470a6ec19e5af450..29c059747d5d0f1f712fcd518b8f26f6cec2fe08 100644 (file)
@@ -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) {