From: Volker Lendecke Date: Thu, 3 Jul 2008 14:44:13 +0000 (+0200) Subject: Remove an unused variable X-Git-Tag: samba-3.3.0pre1~683 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=454cb852e06fa3d8bdd0eebb3ebdb24b3d74ecd0;p=thirdparty%2Fsamba.git Remove an unused variable --- diff --git a/source/passdb/lookup_sid.c b/source/passdb/lookup_sid.c index 4e11bb84d87..777793cbdab 100644 --- a/source/passdb/lookup_sid.c +++ b/source/passdb/lookup_sid.c @@ -1393,7 +1393,6 @@ bool sid_to_uid(const DOM_SID *psid, uid_t *puid) bool sid_to_gid(const DOM_SID *psid, gid_t *pgid) { - uint32 rid; uid_t uid; if (fetch_gid_from_cache(pgid, psid))