diff options
author | Anoop C S <anoopcs@redhat.com> | 2015-09-10 12:40:17 +0000 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-10-01 22:16:53 -0700 |
commit | fc33ed37ffddee9ac90b947a038ab3a93fbcab50 (patch) | |
tree | e95189b1c46aa1c1ab20db29b63ca19b84e21dff | |
parent | ba150681993b9d69b65976eca806bae2807dfcb3 (diff) | |
download | glusterfs-fc33ed37ffddee9ac90b947a038ab3a93fbcab50.tar.gz glusterfs-fc33ed37ffddee9ac90b947a038ab3a93fbcab50.tar.xz glusterfs-fc33ed37ffddee9ac90b947a038ab3a93fbcab50.zip |
rpc: Remove unused function
Change-Id: I0b96b83ad8d06de9b2f5fc14073b94777885a775
BUG: 1261927
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-on: http://review.gluster.org/12153
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
-rw-r--r-- | rpc/rpc-lib/src/rpc-clnt.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.c b/rpc/rpc-lib/src/rpc-clnt.c index be1c5637aa..c57c38d311 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) |