From 6b3f25caff262b536a5449ac5461dd041c92a655 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 9 Dec 2019 10:45:47 -0500 Subject: vlib: improve test coverage Add tests. Remove unused rule-based parser code. Type: test Signed-off-by: Dave Barach Change-Id: I3ca3a9dd9da8ee8f3a47004c98f2f5644db10057 --- src/vlib/cli.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/vlib/cli.h') diff --git a/src/vlib/cli.h b/src/vlib/cli.h index 6d6d7e2b7fa..df9ed7212bc 100644 --- a/src/vlib/cli.h +++ b/src/vlib/cli.h @@ -140,15 +140,6 @@ typedef struct /* Hash table mapping normalized path to index into all_commands. */ uword *command_index_by_path; - /* Vector of all known parse rules. */ - vlib_cli_parse_rule_t *parse_rules; - - /* Hash table mapping parse rule name to index into parse_rule vector. */ - uword *parse_rule_index_by_name; - - /* Data parsed for rules. */ - void **parse_rule_data; - /* registration list added by constructors */ vlib_cli_command_t *cli_command_registrations; -- cgit 1.2.3-korg