Remove unused struct CLI_POLICY_HND
authorVolker Lendecke <vl@samba.org>
Wed, 7 Jan 2009 16:15:47 +0000 (17:15 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 7 Jan 2009 16:17:03 +0000 (17:17 +0100)
source3/winbindd/winbindd.h

index d8e6ec4c7fcd63cc2b26d4bd783ce35100a20bfb..5ebbb72cf5eb24492cd3c25f6fe854edcb79e3bf 100644 (file)
@@ -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 */