From 76acc9ad1c686d3f01a17ca73fada66334b86938 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Fri, 30 Jul 2010 22:07:50 +0000 Subject: Remove unused variables Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 1105 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1105 --- xlators/performance/write-behind/src/write-behind.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index d3f24a5909b..d9fe4190707 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -2199,9 +2199,7 @@ wb_ffr_cbk (call_frame_t *frame, void *cookie, xlator_t *this, int32_t op_ret, { wb_local_t *local = NULL; wb_file_t *file = NULL; - wb_conf_t *conf = NULL; - conf = this->private; local = frame->local; file = local->file; -- cgit