From 00a401aa3e7598f69244de5bad57b5dc6d64e369 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Jan 2009 17:15:47 +0100 Subject: Remove unused struct CLI_POLICY_HND --- source3/winbindd/winbindd.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/winbindd') 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 */ -- cgit