diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-07 17:15:47 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-07 17:17:03 +0100 |
commit | 00a401aa3e7598f69244de5bad57b5dc6d64e369 (patch) | |
tree | 4a090180ced2df8830eca52671ab76201d70fc8d /source3/winbindd/winbindd.h | |
parent | e1459a237948c2c9b7da94e4ba0acc79b1cd8eca (diff) | |
download | samba-00a401aa3e7598f69244de5bad57b5dc6d64e369.tar.gz samba-00a401aa3e7598f69244de5bad57b5dc6d64e369.tar.xz samba-00a401aa3e7598f69244de5bad57b5dc6d64e369.zip |
Remove unused struct CLI_POLICY_HND
Diffstat (limited to 'source3/winbindd/winbindd.h')
-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 d8e6ec4c7fc..5ebbb72cf5e 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 */ |