summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind/src/write-behind.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
-rw-r--r--xlators/performance/write-behind/src/write-behind.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c
index 361c90d7eb2..4d47eb54ebe 100644
--- a/xlators/performance/write-behind/src/write-behind.c
+++ b/xlators/performance/write-behind/src/write-behind.c
@@ -2903,7 +2903,6 @@ out:
int32_t
init (xlator_t *this)
{
- dict_t *options = NULL;
wb_conf_t *conf = NULL;
int32_t ret = -1;
@@ -2920,8 +2919,6 @@ init (xlator_t *this)
"dangling volume. check volfile");
}
- options = this->options;
-
conf = GF_CALLOC (1, sizeof (*conf), gf_wb_mt_wb_conf_t);
if (conf == NULL) {
goto out;