From dd16d3b2d6cdaa036fe12c80b06d9963d20f5b27 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Aug 2010 14:39:42 +0200 Subject: s3:rpc_client: remove unused rpc_pipe_open_local() metze --- source3/include/proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 80d23e5431..70a2102163 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4614,10 +4614,6 @@ NTSTATUS cli_rpc_pipe_open_spnego_krb5(struct cli_state *cli, NTSTATUS cli_get_session_key(TALLOC_CTX *mem_ctx, struct rpc_pipe_client *cli, DATA_BLOB *session_key); -NTSTATUS rpc_pipe_open_local(TALLOC_CTX *mem_ctx, - struct rpc_cli_smbd_conn *conn, - const struct ndr_syntax_id *syntax, - struct rpc_pipe_client **presult); /* The following definitions come from rpc_client/rpc_transport_np.c */ -- cgit