]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
take out clientLookupIdentDone
authorwessels <>
Thu, 12 Sep 1996 04:38:48 +0000 (04:38 +0000)
committerwessels <>
Thu, 12 Sep 1996 04:38:48 +0000 (04:38 +0000)
src/client_side.cc

index c7db4a759b47260a89787642e8a651295e165e9e..2b6a4a8c65e5a2abc86a208a453469a156bca857 100644 (file)
@@ -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 */