From: hno <> Date: Thu, 11 Jan 2001 00:35:32 +0000 (+0000) Subject: Removed yet another #if 0 which sneaked in from auth_rewrite... X-Git-Tag: SQUID_3_0_PRE1~1659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6acb429c43b05d2d84e4e8cc81f36401e4db3fd5;p=thirdparty%2Fsquid.git Removed yet another #if 0 which sneaked in from auth_rewrite... --- diff --git a/src/authenticate.cc b/src/authenticate.cc index ed8d82bf59..bc71eac859 100644 --- a/src/authenticate.cc +++ b/src/authenticate.cc @@ -1,6 +1,6 @@ /* - * $Id: authenticate.cc,v 1.16 2001/01/08 19:36:26 hno Exp $ + * $Id: authenticate.cc,v 1.17 2001/01/10 17:35:32 hno Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -523,9 +523,6 @@ authenticateFreeProxyAuthUser(void *data) { auth_user_t *u = data; auth_user_request_t *auth_user_request; -#if 0 - auth_user_hash_pointer *proxy_auth_hash; -#endif dlink_node *link, *tmplink; assert(data != NULL); debug(29, 5) ("authenticateFreeProxyAuthUser: Freeing auth_user '%d' with refcount '%d'.\n", u, u->references);