From fc33ed37ffddee9ac90b947a038ab3a93fbcab50 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 10 Sep 2015 12:40:17 +0000 Subject: rpc: Remove unused function Change-Id: I0b96b83ad8d06de9b2f5fc14073b94777885a775 BUG: 1261927 Signed-off-by: Anoop C S Reviewed-on: http://review.gluster.org/12153 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Raghavendra G --- rpc/rpc-lib/src/rpc-clnt.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rpc/rpc-lib') diff --git a/rpc/rpc-lib/src/rpc-clnt.c b/rpc/rpc-lib/src/rpc-clnt.c index be1c5637aad..c57c38d3117 100644 --- a/rpc/rpc-lib/src/rpc-clnt.c +++ b/rpc/rpc-lib/src/rpc-clnt.c @@ -947,14 +947,6 @@ out: return ret; } - -void -rpc_clnt_connection_deinit (rpc_clnt_connection_t *conn) -{ - return; -} - - static int rpc_clnt_connection_init (struct rpc_clnt *clnt, glusterfs_ctx_t *ctx, dict_t *options, char *name) -- cgit