a3470f
From 05942267fc5d33be457cf07f95d9dae2341e1050 Mon Sep 17 00:00:00 2001
a3470f
From: Sunil Kumar Acharya <sheggodu@redhat.com>
a3470f
Date: Wed, 25 Apr 2018 14:56:55 +0530
a3470f
Subject: [PATCH 242/260] feature/changelog: remove unused variable
a3470f
a3470f
Fix removes unsed variable in notify().
a3470f
a3470f
BUG: 1571645
a3470f
Change-Id: I60fb61ae4ed3e80e2ecf93935477db0fcb2cd156
a3470f
Signed-off-by: Sunil Kumar Acharya <sheggodu@redhat.com>
a3470f
Reviewed-on: https://code.engineering.redhat.com/gerrit/136830
a3470f
Tested-by: RHGS Build Bot <nigelb@redhat.com>
a3470f
---
a3470f
 xlators/features/changelog/src/changelog.c | 1 -
a3470f
 1 file changed, 1 deletion(-)
a3470f
a3470f
diff --git a/xlators/features/changelog/src/changelog.c b/xlators/features/changelog/src/changelog.c
a3470f
index 121ab04..7e36172 100644
a3470f
--- a/xlators/features/changelog/src/changelog.c
a3470f
+++ b/xlators/features/changelog/src/changelog.c
a3470f
@@ -2102,7 +2102,6 @@ notify (xlator_t *this, int event, void *data, ...)
a3470f
         int                     ret             = 0;
a3470f
         int                     ret1            = 0;
a3470f
         struct list_head        queue           = {0, };
a3470f
-        int                     i               = 0;
a3470f
 
a3470f
         INIT_LIST_HEAD (&queue);
a3470f
 
a3470f
-- 
a3470f
1.8.3.1
a3470f