From 118712249fe85523bcaed6803484e21ee56c53e3 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 4 Apr 2003 00:30:50 +0000 Subject: Removed unused variables. (This used to be commit 32d1dd19bb0b6abc6508ce65d5129acea79225bf) --- source3/nsswitch/winbindd_cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 5fb59e7467..5eabcfca20 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -392,7 +392,6 @@ static void centry_put_string(struct cache_entry *centry, const char *s) static void centry_put_sid(struct cache_entry *centry, const DOM_SID *sid) { - int len; fstring sid_string; centry_put_string(centry, sid_to_string(sid_string, sid)); } @@ -446,7 +445,6 @@ static void wcache_save_name_to_sid(struct winbindd_domain *domain, enum SID_NAME_USE type) { struct cache_entry *centry; - uint32 len; fstring uname; fstring sid_string; -- cgit