From: Donald Sharp Date: Fri, 17 Jun 2016 19:26:17 +0000 (-0400) Subject: lib: Remove 'show memory pim' unused command X-Git-Tag: frr-2.0-rc1~525 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bedef391948578e1e181a7df8af3b8e61b7c5a64;p=matthieu%2Ffrr.git lib: Remove 'show memory pim' unused command This command is not used, Remove it. Signed-off-by: Donald Sharp --- diff --git a/lib/memory.c b/lib/memory.c index 8e1f41d7f3..290b999bb8 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -418,18 +418,6 @@ DEFUN (show_memory, 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 memory_init (void) {