From 8d7682cd5cfb22b06a4f11e2589137ebe85a4709 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Sat, 31 Jul 2010 08:56:10 +0000 Subject: Remove dead variables. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 1068 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1068 --- xlators/cluster/dht/src/dht-diskusage.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators') 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; -- cgit