From: Volker Lendecke Date: Sat, 21 Apr 2012 08:24:42 +0000 (+0200) Subject: s3: Remove two unused variables X-Git-Tag: samba-4.0.0alpha20~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13774a5f9f902ba3cc02ddc3a90f64ab8e80b514;p=thirdparty%2Fsamba.git s3: Remove two unused variables --- diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index f544a3f678a..3f7be2a0de8 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -1385,7 +1385,6 @@ bool sid_to_uid(const struct dom_sid *psid, uid_t *puid) bool expired = true; bool ret; uint32 rid; - gid_t gid; /* Optimize for the Unix Users Domain * as the conversion is straightforward */ @@ -1439,7 +1438,6 @@ bool sid_to_gid(const struct dom_sid *psid, gid_t *pgid) bool expired = true; bool ret; uint32 rid; - uid_t uid; /* Optimize for the Unix Groups Domain * as the conversion is straightforward */