From: Volker Lendecke Date: Tue, 12 Aug 2008 09:59:13 +0000 (+0200) Subject: Remove two unused variables X-Git-Tag: samba-3.3.0pre1~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=257b0401ee675b6b7eddf2b46a0f8115940e6640;p=thirdparty%2Fsamba.git Remove two unused variables --- diff --git a/source/winbindd/idmap_tdb.c b/source/winbindd/idmap_tdb.c index 2b9520d54da..9e66eed0c88 100644 --- a/source/winbindd/idmap_tdb.c +++ b/source/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);