summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c
index ba02bfac12d..b529e039c97 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.c
+++ b/xlators/mgmt/glusterd/src/glusterd-store.c
@@ -2180,7 +2180,6 @@ int
glusterd_store_retrieve_snapd (glusterd_volinfo_t *volinfo)
{
int ret = -1;
- int exists = 0;
char *key = NULL;
char *value = NULL;
char volpath[PATH_MAX] = {0,};
@@ -3200,7 +3199,6 @@ int32_t
glusterd_find_brick_mount_path (char *brick_path, char **brick_mount_path)
{
char *ptr = NULL;
- char *save_ptr = NULL;
int32_t ret = -1;
xlator_t *this = NULL;