]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed yet another #if 0 which sneaked in from auth_rewrite...
authorhno <>
Thu, 11 Jan 2001 00:35:32 +0000 (00:35 +0000)
committerhno <>
Thu, 11 Jan 2001 00:35:32 +0000 (00:35 +0000)
src/authenticate.cc

index ed8d82bf59b4ca8855eb9e5662aa57b1ccf74b77..bc71eac859163eff12c603634beb6ff0bd896783 100644 (file)
@@ -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);