mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CLEANUP: memory: remove the now unused cli_parse_show_pools() function
We don't need this empty parser anymore since previous commit.
This commit is contained in:
parent
eaffde38c8
commit
e9ecec8935
1 changed files with 1 additions and 6 deletions
|
|
@ -289,14 +289,9 @@ static int cli_io_handler_dump_pools(struct appctx *appctx)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int cli_parse_show_pools(char **args, struct appctx *appctx, void *private)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* register cli keywords */
|
||||
static struct cli_kw_list cli_kws = {{ },{
|
||||
{ { "show", "pools", NULL }, "show pools : report information about the memory pools usage", cli_parse_show_pools, cli_io_handler_dump_pools },
|
||||
{ { "show", "pools", NULL }, "show pools : report information about the memory pools usage", NULL, cli_io_handler_dump_pools },
|
||||
{{},}
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue