From: wessels <> Date: Thu, 12 Sep 1996 04:38:48 +0000 (+0000) Subject: take out clientLookupIdentDone X-Git-Tag: SQUID_3_0_PRE1~5840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d53ffff4bfe516afa49f89a929b561a1445492;p=thirdparty%2Fsquid.git take out clientLookupIdentDone --- diff --git a/src/client_side.cc b/src/client_side.cc index c7db4a759b..2b6a4a8c65 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.17 1996/09/11 22:31:07 wessels Exp $ + * $Id: client_side.cc,v 1.18 1996/09/11 22:38:48 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -71,10 +71,12 @@ static void clientLookupSrcFQDNDone(fd, fqdn, data) clientAccessCheck(icpState, icpState->aclHandler); } +#ifdef UNUSED_CODE static void clientLookupIdentDone(data) void *data; { } +#endif #if USE_PROXY_AUTH /* return 1 if allowed, 0 if denied */