s3: Remove an unused struct definition
authorVolker Lendecke <vl@samba.org>
Mon, 21 Dec 2009 13:59:11 +0000 (14:59 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 21 Dec 2009 15:27:19 +0000 (16:27 +0100)
source3/winbindd/winbindd_group.c

index ffbaa499c22aab8065a2014a10edc64350e1163d..4e4c961e564472eacb422959b620d37da61f7d43 100644 (file)
@@ -201,26 +201,6 @@ bool get_sam_group_entries(struct getent_state *ent)
        return result;
 }
 
-/* Get user supplementary groups.  This is much quicker than trying to
-   invert the groups database.  We merge the groups from the gids and
-   other_sids info3 fields as trusted domain, universal group
-   memberships, and nested groups (win2k native mode only) are not
-   returned by the getgroups RPC call but are present in the info3. */
-
-struct getgroups_state {
-       struct winbindd_cli_state *state;
-       struct winbindd_domain *domain;
-       char *domname;
-       char *username;
-       DOM_SID user_sid;
-
-       const DOM_SID *token_sids;
-       size_t i, num_token_sids;
-
-       gid_t *token_gids;
-       size_t num_token_gids;
-};
-
 enum winbindd_result winbindd_dual_getsidaliases(struct winbindd_domain *domain,
                                                 struct winbindd_cli_state *state)
 {