diff options
| -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 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;  | 
