]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
neighbors.c:192: warning: unused variable a
authorwessels <>
Fri, 29 May 1998 05:43:45 +0000 (05:43 +0000)
committerwessels <>
Fri, 29 May 1998 05:43:45 +0000 (05:43 +0000)
src/neighbors.cc

index 0df4ed2a32055dab3fcceb2e2ea9ccb35094be97..047e041fa1ad85670d140a5af4029b89a1f39a88 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: neighbors.cc,v 1.218 1998/05/28 20:47:53 wessels Exp $
+ * $Id: neighbors.cc,v 1.219 1998/05/28 23:43:45 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -189,7 +189,6 @@ peerAllowedToUse(const peer * p, request_t * request)
 {
     const struct _domain_ping *d = NULL;
     int do_ping = 1;
-    const struct _acl_list *a = NULL;
     aclCheck_t checklist;
     assert(request != NULL);
     if (EBIT_TEST(request->flags, REQ_NOCACHE))