diff options
-rw-r--r-- | xlators/cluster/dht/src/dht-diskusage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-diskusage.c b/xlators/cluster/dht/src/dht-diskusage.c index 51769c04296..d2decd9d11b 100644 --- a/xlators/cluster/dht/src/dht-diskusage.c +++ b/xlators/cluster/dht/src/dht-diskusage.c @@ -38,14 +38,12 @@ dht_du_info_cbk (call_frame_t *frame, void *cookie, xlator_t *this, int op_ret, int op_errno, struct statvfs *statvfs) { dht_conf_t *conf = NULL; - dht_local_t *local = NULL; call_frame_t *prev = NULL; int this_call_cnt = 0; int i = 0; double percent = 0; uint64_t bytes = 0; - local = frame->local; conf = this->private; prev = cookie; |