diff options
author | Christof Schmitt <cs@samba.org> | 2014-08-29 18:04:27 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-10-04 00:11:21 +0200 |
commit | d46081bf43ff1fa43b7e38329c37de9910cab8ce (patch) | |
tree | 7141781528e4450726c37458e6ee0ddc77456ef6 | |
parent | c12aa0c444555f2c8051492083abba69fb94586f (diff) | |
download | samba-d46081bf43ff1fa43b7e38329c37de9910cab8ce.tar.gz samba-d46081bf43ff1fa43b7e38329c37de9910cab8ce.tar.xz samba-d46081bf43ff1fa43b7e38329c37de9910cab8ce.zip |
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 <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | source3/winbindd/winbindd_dual.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |