mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
lib: Remove 'show memory pim' unused command
This command is not used, Remove it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
3010e99a56
commit
bedef39194
12
lib/memory.c
12
lib/memory.c
@ -418,18 +418,6 @@ DEFUN (show_memory,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
DEFUN (show_memory_pim,
|
|
||||||
show_memory_pim_cmd,
|
|
||||||
"show memory pim",
|
|
||||||
SHOW_STR
|
|
||||||
"Memory statistics\n"
|
|
||||||
"PIM memory\n")
|
|
||||||
{
|
|
||||||
show_memory_vty (vty, memory_list_pim);
|
|
||||||
return CMD_SUCCESS;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
memory_init (void)
|
memory_init (void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user