From db610ee85447de413e56b7cee26175fcb6dbb04a Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Mon, 17 Aug 2015 11:16:27 +0530 Subject: remove unused variables Cleaning dead initializations. Change-Id: I53ae506593cd10441d61df3b2c9249544a7871f7 BUG: 1254067 Signed-off-by: Prasanna Kumar Kalever Reviewed-on: http://review.gluster.org/11932 Tested-by: Prasanna Kumar Kalever NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Raghavendra Talur --- rpc/rpc-lib/src/rpc-clnt-ping.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'rpc/rpc-lib/src') diff --git a/rpc/rpc-lib/src/rpc-clnt-ping.c b/rpc/rpc-lib/src/rpc-clnt-ping.c index a7ff866ac99..3eb7e90cb01 100644 --- a/rpc/rpc-lib/src/rpc-clnt-ping.c +++ b/rpc/rpc-lib/src/rpc-clnt-ping.c @@ -174,7 +174,6 @@ rpc_clnt_ping_cbk (struct rpc_req *req, struct iovec *iov, int count, xlator_t *this = NULL; rpc_clnt_connection_t *conn = NULL; call_frame_t *frame = NULL; - struct timespec timeout = {0, }; int unref = 0; if (!myframe) { @@ -264,7 +263,6 @@ rpc_clnt_start_ping (void *rpc_ptr) { struct rpc_clnt *rpc = NULL; rpc_clnt_connection_t *conn = NULL; - struct timespec timeout = {0, }; int frame_count = 0; int unref = 0; -- cgit