From: wessels <> Date: Mon, 3 May 1999 22:29:45 +0000 (+0000) Subject: removed leftover? assertion from debugging days X-Git-Tag: SQUID_3_0_PRE1~2235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e833641a185b8b77a7d9d01d9b071bd3541527;p=thirdparty%2Fsquid.git removed leftover? assertion from debugging days --- diff --git a/src/helper.cc b/src/helper.cc index 2e4690fc28..5a9e298658 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -231,7 +231,6 @@ helperServerFree(int fd, void *data) if (!srv->flags.shutdown) { debug(34, 0) ("WARNING: %s #%d (FD %d) exited\n", hlp->id_name, srv->index + 1, fd); - assert(hlp->n_running >= hlp->n_to_start / 2); if (hlp->n_running < hlp->n_to_start / 2) fatalf("Too few %s processes are running", hlp->id_name); }