remove unused variable
authorLuke Leighton <lkcl@samba.org>
Mon, 23 Nov 1998 22:33:08 +0000 (22:33 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 23 Nov 1998 22:33:08 +0000 (22:33 +0000)
source/passdb/smbpassgroupunix.c

index 438b9e2daf656757bbc5abd7f8c4c56ee2d56c3f..25e41680be085043330f449388a41f4988da6a64 100644 (file)
@@ -125,7 +125,6 @@ static struct smb_passwd *getsmbfilegrpent(void *vp,
        for (i = 0; i < unixgrps; i++)
        {
                DOM_SID sid;
-               uint8 type;
                char *unix_grpname;
                uint32 status;
                uint32 rid;