summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind
diff options
context:
space:
mode:
authorSachidananda <sac@gluster.com>2010-07-30 22:07:50 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-02 07:49:50 -0700
commit76acc9ad1c686d3f01a17ca73fada66334b86938 (patch)
tree2b367856244f2df525a3a5cb62b26987b8edd56b /xlators/performance/write-behind
parent21e9722f79663cc8502bfa21ad8d722357f8d491 (diff)
Remove unused variables
Signed-off-by: Sachidananda Urs <sac@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1105 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1105
Diffstat (limited to 'xlators/performance/write-behind')
-rw-r--r--xlators/performance/write-behind/src/write-behind.c2
1 files changed, 0 insertions, 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;