X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fcli.h;h=df9ed7212bcc8d3e33e9b3df5a625042337de829;hb=6b3f25caff262b536a5449ac5461dd041c92a655;hp=6d6d7e2b7fa72535b09e038ede12f6afc48cce30;hpb=5224b5cbd51ed48d1d2ce2a412998d8a944c480b;p=vpp.git 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;