From e79c8098d62d415d988a840f71f5733b9dfb9f68 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Aug 2010 14:50:47 +0200 Subject: s3:include: remove unused dispatch* fn pointers from rpc_pipe_client metze --- source3/include/client.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index c702996b8b..326931c95f 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -115,22 +115,6 @@ struct rpc_pipe_client { struct ndr_syntax_id abstract_syntax; struct ndr_syntax_id transfer_syntax; - NTSTATUS (*dispatch) (struct rpc_pipe_client *cli, - TALLOC_CTX *mem_ctx, - const struct ndr_interface_table *table, - uint32_t opnum, void *r); - - struct tevent_req *(*dispatch_send)( - TALLOC_CTX *mem_ctx, - struct tevent_context *ev, - struct rpc_pipe_client *cli, - const struct ndr_interface_table *table, - uint32_t opnum, - void *r); - NTSTATUS (*dispatch_recv)(struct tevent_req *req, - TALLOC_CTX *mem_ctx); - - char *desthost; char *srv_name_slash; -- cgit