summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/dht/src/tier-common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/tier-common.c b/xlators/cluster/dht/src/tier-common.c
index 6a62f42916e..ae428064a7d 100644
--- a/xlators/cluster/dht/src/tier-common.c
+++ b/xlators/cluster/dht/src/tier-common.c
@@ -35,12 +35,10 @@ tier_link_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
struct iatt *postparent, dict_t *xdata)
{
dht_local_t *local = NULL;
- dht_conf_t *conf = NULL;
loc_t *oldloc = NULL;
loc_t *newloc = NULL;
local = frame->local;
- conf = this->private;
oldloc = &local->loc;
newloc = &local->loc2;