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