summaryrefslogtreecommitdiffstats
path: root/cli/gluster-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/gluster-block.c')
-rw-r--r--cli/gluster-block.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/gluster-block.c b/cli/gluster-block.c
index bfdaa18..425de0f 100644
--- a/cli/gluster-block.c
+++ b/cli/gluster-block.c
@@ -264,7 +264,6 @@ glusterBlockParseVolumeBlock(char *volumeblock, char *volume, char *block,
char *helpstr, char *op)
{
int ret = -1;
- size_t len = 0;
char *sep = NULL;
char *tmp = NULL;
@@ -600,7 +599,6 @@ glusterBlockReplace(int argcount, char **options, int json)
{
blockReplaceCli robj = {0};
int ret = -1;
- bool singleBlock = false;
char helpMsg[256] = {0, };