]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gcc -Wall warnings
authorwessels <>
Fri, 5 Apr 1996 01:51:02 +0000 (01:51 +0000)
committerwessels <>
Fri, 5 Apr 1996 01:51:02 +0000 (01:51 +0000)
src/cache_cf.cc

index 5021c04051cd10581eb84301698d93ef6e269887..8b39b1627e88fb22c1540b6fc842c545dc7d5cb8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cache_cf.cc,v 1.17 1996/04/04 18:50:11 wessels Exp $ */
+/* $Id: cache_cf.cc,v 1.18 1996/04/04 18:51:02 wessels Exp $ */
 
 /* DEBUG: Section 3             cache_cf: Configuration file parsing */
 
@@ -181,8 +181,6 @@ ip_access_type ip_access_check(address, list)
     {0};
     ip_acl *p = NULL;
     struct in_addr naddr;      /* network byte-order IP addr */
-    static char buf[100];
-
 
     if (!list)
        return IP_ALLOW;