diff options
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index d8e6ec4c7f..5ebbb72cf5 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -333,13 +333,6 @@ struct winbindd_methods { DOM_SID **dom_sids); }; -/* Used to glue a policy handle and cli_state together */ - -typedef struct { - struct cli_state *cli; - POLICY_HND pol; -} CLI_POLICY_HND; - /* Filled out by IDMAP backends */ struct winbindd_idmap_methods { /* Called when backend is first loaded */ |