]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
unused vars
authorwessels <>
Tue, 14 Jul 1998 23:03:53 +0000 (23:03 +0000)
committerwessels <>
Tue, 14 Jul 1998 23:03:53 +0000 (23:03 +0000)
src/client_side.cc

index fd7b5c4f9b89b4abbb46bebfb64ef670671e5ee3..805cc067bde2b1b4a648d1a8314fa108f537af4d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.345 1998/07/14 06:12:58 wessels Exp $
+ * $Id: client_side.cc,v 1.346 1998/07/14 17:03:53 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1962,8 +1962,6 @@ clientProcessMiss(clientHttpRequest * http)
 {
     char *url = http->uri;
     request_t *r = http->request;
-    aclCheck_t ch;
-    int answer;
     ErrorState *err = NULL;
     debug(33, 4) ("clientProcessMiss: '%s %s'\n",
        RequestMethodStr[r->method], url);