mgmt/glusterd: Cleanup dead code

updates: bz#789278

Change-Id: Id67ab681317eb0a69874400a40e3b249dfc7a7db
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Vijay Bellur 2018-05-31 23:00:28 -07:00 committed by Atin Mukherjee
parent 7cdcd9b022
commit 07ede8d443

@ -544,15 +544,6 @@ gd_mgmt_v3_post_validate_fn (glusterd_op_t op, int32_t op_ret, dict_t *dict,
goto out;
}
break;
if (volinfo->type == GF_CLUSTER_TYPE_TIER) {
svc = &(volinfo->tierd.svc);
ret = svc->manager (svc, volinfo,
PROC_START_NO_WAIT);
if (ret)
goto out;
}
break;
}
case GD_OP_ADD_TIER_BRICK:
{