s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.c
authorChristof Schmitt <cs@samba.org>
Sat, 30 Aug 2014 01:04:27 +0000 (18:04 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 3 Oct 2014 22:11:21 +0000 (00:11 +0200)
cache_methods is not used in winbindd_dual.c

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd_dual.c

index de254e90e9ea76f3f089e973ff074ad7840b21dc..ed081d07b3847b61fe92adaff2406e15ff8e7d35 100644 (file)
@@ -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;