diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 91ec52df23..5b557b5926 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -281,10 +281,6 @@ typedef struct sid_info } DOM_SID; -typedef struct sid_list { - uint32 count; - DOM_SID *list; -} SID_LIST; /* * The complete list of SIDS belonging to this user. |