]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbindd: Remove an unused #define
authorVolker Lendecke <vl@samba.org>
Wed, 8 Mar 2017 09:26:38 +0000 (10:26 +0100)
committerUri Simchoni <uri@samba.org>
Thu, 9 Mar 2017 23:00:15 +0000 (00:00 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Autobuild-User(master): Uri Simchoni <uri@samba.org>
Autobuild-Date(master): Fri Mar 10 00:00:15 CET 2017 on sn-devel-144

source3/winbindd/winbindd_cache.c

index 314ce1d5d03380bf4db2da5eff490ff2a82c6165..bafeb9bf3da371be565fde381f3b2ac5d243d5c7 100644 (file)
@@ -108,8 +108,6 @@ struct cache_entry {
 
 void (*smb_panic_fn)(const char *const why) = smb_panic;
 
-#define WINBINDD_MAX_CACHE_SIZE (50*1024*1024)
-
 static struct winbind_cache *wcache;
 
 static char *wcache_path(void)