From: Amos Jeffries Date: Sun, 10 Aug 2008 05:05:45 +0000 (+1200) Subject: Compile error X-Git-Tag: SQUID_3_1_0_1~49^2~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3d8a9e8ff16554d0bc2854d253e2e832af7faaf;p=thirdparty%2Fsquid.git Compile error Auto-testing located. --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 82d1ec5244..af8d8461d8 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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)