From b3d8a9e8ff16554d0bc2854d253e2e832af7faaf Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 10 Aug 2008 17:05:45 +1200 Subject: [PATCH] Compile error Auto-testing located. --- src/cache_cf.cc | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.47.2