From 7fb8734762812808905de737495fbe5e550dbe00 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Sep 2008 11:24:48 -0700 Subject: [PATCH] removed unused variables (cherry picked from commit c48fd3cee0a91617123d79bccff7ec1f6008fb26) --- source/winbindd/idmap_tdb2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/winbindd/idmap_tdb2.c b/source/winbindd/idmap_tdb2.c index 911f80c6a3e..8bde963c608 100644 --- a/source/winbindd/idmap_tdb2.c +++ b/source/winbindd/idmap_tdb2.c @@ -94,12 +94,11 @@ static NTSTATUS idmap_tdb2_open_db(void) */ static NTSTATUS idmap_tdb2_alloc_load(void) { - const char *range; uid_t low_uid = 0; uid_t high_uid = 0; gid_t low_gid = 0; gid_t high_gid = 0; - uint32 low_id, high_id; + uint32 low_id; /* see if a idmap script is configured */ idmap_tdb2_state.idmap_script = lp_parm_const_string(-1, "idmap", -- 2.11.4.GIT