From 02157e7d4f31459f76cfb412099f49e851d76ebc Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Tue, 29 Oct 2013 17:55:24 +0530 Subject: mgmt/glusterd: store option to update only snap_list.info Change-Id: I16b17ca60b5f9b34b7d238d8a3424a3b7a1dc435 Signed-off-by: shishir gowda --- cli/src/cli-cmd-parser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index b7078ff28..352a2cc9b 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -3166,7 +3166,6 @@ out: int32_t cli_snap_config_parse (const char **words, int wordcount, dict_t *options) { - dict_t *dict = NULL; char *volname = NULL; int ret = -1; char *key = NULL; -- cgit