From: Amos Jeffries Date: Mon, 10 May 2010 12:48:30 +0000 (+1200) Subject: Remove debugging assert on shutdown. X-Git-Tag: SQUID_3_2_0_1~167^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1cddd6d1597df734c7b8522deb5e4134ac249e4;p=thirdparty%2Fsquid.git Remove debugging assert on shutdown. --- diff --git a/src/auth/Scheme.cc b/src/auth/Scheme.cc index 5ccea370b9..0f695d3aa7 100644 --- a/src/auth/Scheme.cc +++ b/src/auth/Scheme.cc @@ -91,8 +91,6 @@ AuthScheme::GetSchemes() void AuthScheme::FreeAll() { - assert(false); // NP: this should NOT happen during regular progarm execution... - while (GetSchemes().size()) { AuthScheme::Pointer scheme = GetSchemes().back(); GetSchemes().pop_back();