]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Remove 'show memory pim' unused command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Jun 2016 19:26:17 +0000 (15:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Jun 2016 19:40:29 +0000 (15:40 -0400)
This command is not used,  Remove it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/memory.c

index 8e1f41d7f3b7d0721abbafbdf5ffd617ecdc891b..290b999bb80374c678e5896ea3c581014af26212 100644 (file)
@@ -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)
 {