From 7571c15af93f638a78d69378ce7c793b0e90dc4e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jul 2010 01:48:05 -0400 Subject: s3:dcerpc Remove unused structure and functions --- source3/include/rpc_dce.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include/rpc_dce.h') diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 03d1e32cca..ade4728d23 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -107,13 +107,6 @@ typedef struct rpc_hdr_auth_info { #define RPC_HDR_AUTH_LEN 8 -/* RPC_BIND_REQ - ms req bind */ -typedef struct rpc_bind_req_info { - RPC_HDR_BBA bba; - uint8 num_contexts; /* the number of contexts */ - struct dcerpc_ctx_list *rpc_context; -} RPC_HDR_RB; - /* * The following length is 8 bytes RPC_HDR_BBA_LEN + * 4 bytes size of context count + -- cgit