From 9664f24ecfcfe16b90e602bf7c9bc577a0b743d0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 20 Jul 2008 18:45:39 +0200 Subject: Remove now unused cli_get_iface (This used to be commit 2e60701e8d41132f90e64a86bccd99cc188d38c9) --- source3/rpc_client/cli_pipe.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/rpc_client/cli_pipe.c') diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 6f132a6431..b969b83e4f 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -121,15 +121,6 @@ int cli_get_pipe_idx(const RPC_IFACE *syntax) return -1; } -/******************************************************************** - LEGACY function to ease transition from pipe_idx to interface - ********************************************************************/ -const struct ndr_syntax_id *cli_get_iface(int pipe_idx) -{ - SMB_ASSERT((pipe_idx >= 0) && (pipe_idx < PI_MAX_PIPES)); - return pipe_names[pipe_idx].abstr_syntax; -} - /******************************************************************** Map internal value to wire value. ********************************************************************/ -- cgit