summaryrefslogtreecommitdiff
path: root/source3/include/gpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/gpo.h')
-rw-r--r--source3/include/gpo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/gpo.h b/source3/include/gpo.h
index 073dad0a11..85a0b82d65 100644
--- a/source3/include/gpo.h
+++ b/source3/include/gpo.h
@@ -93,10 +93,3 @@ struct GP_EXT {
#define GPO_CACHE_DIR "gpo_cache"
#define GPT_INI "GPT.INI"
-
-struct GPO_SID_TOKEN {
- DOM_SID object_sid;
- DOM_SID primary_group_sid;
- size_t num_token_sids;
- DOM_SID *token_sids;
-};