From d46081bf43ff1fa43b7e38329c37de9910cab8ce Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Fri, 29 Aug 2014 18:04:27 -0700 Subject: s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.c cache_methods is not used in winbindd_dual.c Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- source3/winbindd/winbindd_dual.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index de254e90e9..ed081d07b3 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -43,7 +43,6 @@ #define DBGC_CLASS DBGC_WINBIND extern bool override_logfile; -extern struct winbindd_methods cache_methods; static struct winbindd_child *winbindd_children = NULL; -- cgit