]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Compile error
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Aug 2008 05:05:45 +0000 (17:05 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Aug 2008 05:05:45 +0000 (17:05 +1200)
Auto-testing located.

src/cache_cf.cc

index 82d1ec5244183d0d282aa3db04a510553db84762..af8d8461d85c4e6851830e8c14711d955f3dcc63 100644 (file)
@@ -2610,11 +2610,13 @@ parse_wordlist(wordlist ** list)
         wordlistAdd(list, token);
 }
 
+#if 0 /* now unused */
 static int
 check_null_wordlist(wordlist * w)
 {
     return w == NULL;
 }
+#endif
 
 static int
 check_null_acl_access(acl_access * a)