From 68fe1a1d86dddc387753220790bb9ac5c096edf1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 12 Aug 2008 11:59:13 +0200 Subject: [PATCH] Remove two unused variables (This used to be commit 257b0401ee675b6b7eddf2b46a0f8115940e6640) --- source3/winbindd/idmap_tdb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 2b9520d54da..9e66eed0c88 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -313,12 +313,11 @@ static NTSTATUS idmap_tdb_alloc_init( const char *params ) { NTSTATUS ret; TALLOC_CTX *ctx; - const char *range; uid_t low_uid = 0; uid_t high_uid = 0; gid_t low_gid = 0; gid_t high_gid = 0; - uint32_t low_id, high_id; + uint32_t low_id; /* use our own context here */ ctx = talloc_new(NULL); -- 2.11.4.GIT