On Tue, 2010-08-03 at 15:26 -0400, Eric Paris wrote: > type is not used at all, stop declaring and assigning it. > > Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> Acked-by: Stephen Smalley <sds@xxxxxxxxxxxxx> > --- > > security/selinux/ss/policydb.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/security/selinux/ss/policydb.c b/security/selinux/ss/policydb.c > index b7ef93e..3ff0c24 100644 > --- a/security/selinux/ss/policydb.c > +++ b/security/selinux/ss/policydb.c > @@ -1606,11 +1606,11 @@ static int role_bounds_sanity_check(void *key, void *datum, void *datap) > > static int type_bounds_sanity_check(void *key, void *datum, void *datap) > { > - struct type_datum *upper, *type; > + struct type_datum *upper; > struct policydb *p = datap; > int depth = 0; > > - upper = type = datum; > + upper = datum; > while (upper->bounds) { > if (++depth == POLICYDB_BOUNDS_MAXDEPTH) { > printk(KERN_ERR "SELinux: type %s: " -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.