From 2b86da69df423a90b76932bd32b7a17bd5ac2add Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Mon, 22 Apr 2019 19:50:19 +0530 Subject: tier/cli: remove tier code to increase code coverage in cli Change-Id: I56cc09243dab23b3be86a7faac45001dda77181f updates: bz#1693692 Signed-off-by: Sanju Rakonde --- cli/src/cli.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/src/cli.c') diff --git a/cli/src/cli.c b/cli/src/cli.c index ba5daba9be..4ac7d9e3fb 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -377,8 +377,6 @@ cli_opt_parse(char *opt, struct cli_state *state) " bitrot commands\n" " volume quota help - display help for volume" " quota commands\n" - " volume tier help - display help for volume" - " tier commands\n" " snapshot help - display help for snapshot commands\n" " global help - list global commands\n"); exit(0); -- cgit