summaryrefslogtreecommitdiffstats
path: root/xlators/encryption/crypt
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2014-05-23 13:06:26 +0530
committerVijay Bellur <vbellur@redhat.com>2014-05-24 09:51:51 -0700
commitb7ae88b63fb6ea1abdb86669f2a786b94a6470b4 (patch)
treef861e22a4c0720385f8218e9adbcdba4ca45a433 /xlators/encryption/crypt
parent090131cd75f781d71c01357d148895e417bd3da2 (diff)
libglusterfs: Fix unused variable warning
Change-Id: If385ba0993fdbd3e3b7500b2b6631721911e0ab3 BUG: 1100144 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/7858 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/encryption/crypt')
-rw-r--r--xlators/encryption/crypt/src/crypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/encryption/crypt/src/crypt.c b/xlators/encryption/crypt/src/crypt.c
index f43989bb901..ae8cdb2ad24 100644
--- a/xlators/encryption/crypt/src/crypt.c
+++ b/xlators/encryption/crypt/src/crypt.c
@@ -3120,10 +3120,8 @@ static int32_t linkop_begin(call_frame_t *frame,
uint32_t new_mtd_size;
uint64_t value = 0;
void (*unwind_fn)(call_frame_t *frame);
- void (*wind_fn)(call_frame_t *frame, xlator_t *this);
mtd_op_t mop;
- wind_fn = linkop_wind_dispatch(local->fop);
unwind_fn = linkop_unwind_dispatch(local->fop);
mop = linkop_mtdop_dispatch(local->fop);