winbind: Remove an unused struct declaration
authorVolker Lendecke <vl@samba.org>
Thu, 19 Apr 2018 04:30:42 +0000 (06:30 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 24 Apr 2018 02:44:30 +0000 (04:44 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Apr 24 04:44:30 CEST 2018 on sn-devel-144

source3/winbindd/winbindd.h

index f496c41ccbde6f56116dca0dc17a99e3edc3de17..57371765484e5be60c515df2c76ec46fa82dfb1c 100644 (file)
 
 #define WB_REPLACE_CHAR                '_'
 
-struct sid_ctr {
-       struct dom_sid *sid;
-       bool finished;
-       const char *domain;
-       const char *name;
-       enum lsa_SidType type;
-};
-
 struct winbindd_cli_state {
        struct winbindd_cli_state *prev, *next;   /* Linked list pointers */
        int sock;                                 /* Open socket from client */