diff options
author | Sachidananda <sac@gluster.com> | 2010-07-30 22:07:50 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-02 07:49:50 -0700 |
commit | 76acc9ad1c686d3f01a17ca73fada66334b86938 (patch) | |
tree | 2b367856244f2df525a3a5cb62b26987b8edd56b | |
parent | 21e9722f79663cc8502bfa21ad8d722357f8d491 (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
-rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 2 |
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 d3f24a590..d9fe41907 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; |