diff options
author | Manikandan Selvaganesh <mselvaga@redhat.com> | 2015-11-27 11:18:00 +0530 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2015-11-27 01:44:20 -0800 |
commit | 87845356171afcd07f62f46dd81596e4f71e7935 (patch) | |
tree | 3d5e4eeba55fa07fede02754387cbc16b5c7dc9b /cli/src | |
parent | 6c95d17dabf979c51905956409560b6bbdae0eb7 (diff) |
cli/geo-rep : remove unused code
Change-Id: I8a8e27b4d6c35ea5e57bd0b556fd2c6ab7b496ab
BUG: 1285968
Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com>
Reviewed-on: http://review.gluster.org/12771
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'cli/src')
-rw-r--r-- | cli/src/cli-rpc-ops.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index e841b25f60d..a736ab65d47 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -5647,10 +5647,7 @@ gf_cli_gsync_set_cbk (struct rpc_req *req, struct iovec *iov, status_detail = dict_get_str_boolean (dict, "status-detail", _gf_false); - if (status_detail) - ret = gf_cli_gsync_status_output (dict, status_detail); - else - ret = gf_cli_gsync_status_output (dict, status_detail); + ret = gf_cli_gsync_status_output (dict, status_detail); break; case GF_GSYNC_OPTION_TYPE_DELETE: |