diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-01-09 19:48:44 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-01-10 06:26:05 -0800 |
commit | 979e12f16b57cbb848fb9096d673dc58ed9b67a4 (patch) | |
tree | 7aaae9eb15e525c72b8dd4ad03048edf30dc8c97 /xlators/cluster/afr/src/afr-self-heal-common.h | |
parent | 5303f98f674ab5cb600dde0394ff7ddd5ba3c98a (diff) |
cluster/afr: Remove dead code
Change-Id: I239128c51b728fbb7814fd6a41020b76c88fbd93
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
BUG: 772876
Reviewed-on: http://review.gluster.com/2623
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-common.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.h b/xlators/cluster/afr/src/afr-self-heal-common.h index 42730a852..b7a736a74 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.h +++ b/xlators/cluster/afr/src/afr-self-heal-common.h @@ -38,9 +38,6 @@ int afr_sh_select_source (int sources[], int child_count); int -afr_sh_sink_count (int sources[], int child_count); - -int afr_sh_source_count (int sources[], int child_count); void @@ -67,9 +64,6 @@ afr_sh_delta_to_xattr (afr_private_t *priv, int32_t *delta_matrix[], dict_t *xattr[], int child_count, afr_transaction_type type); -int -afr_sh_is_matrix_zero (int32_t *pending_matrix[], int child_count); - void afr_self_heal_type_str_get (afr_self_heal_t *self_heal_p, char *str, size_t size); |