From: Günther Deschner Date: Mon, 11 Feb 2008 19:32:17 +0000 (+0100) Subject: Remove unused LSA_CLOSE headers. X-Git-Tag: samba-3.3.0pre1~3515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f995b1ddc75e5091c6eb012b80dcaa9c78ce368e;p=thirdparty%2Fsamba.git Remove unused LSA_CLOSE headers. Guenther --- diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h index fe088c4e820..7a8520111d6 100644 --- a/source/include/rpc_lsa.h +++ b/source/include/rpc_lsa.h @@ -162,23 +162,6 @@ typedef struct { /*******************************************************/ -/* LSA_Q_CLOSE */ -typedef struct lsa_q_close_info -{ - POLICY_HND pol; /* policy handle */ - -} LSA_Q_CLOSE; - -/* LSA_R_CLOSE */ -typedef struct lsa_r_close_info -{ - POLICY_HND pol; /* policy handle. should be all zeros. */ - - NTSTATUS status; /* return code */ - -} LSA_R_CLOSE; - - #define MAX_REF_DOMAINS 32 /* DOM_TRUST_HDR */