sgsn: Fix the unimplemented/uninstalled show ggsn command

This is fixing a GCC and Coverity warning.

GCC:
sgsn_vty.c: At top level:
sgsn_vty.c:308:1: warning: ‘show_ggsn_cmd’ defined but not used [-Wunused-variable]

Coverity: CID 1040727
This commit is contained in:
Holger Hans Peter Freyther 2013-07-04 18:45:31 +02:00
parent 80e036560d
commit aa63d70f39
1 changed files with 0 additions and 7 deletions

View File

@ -305,13 +305,6 @@ DEFUN(swow_mmctx_all, show_mmctx_all_cmd,
return CMD_SUCCESS;
}
DEFUN(show_ggsn, show_ggsn_cmd,
"show ggsn",
"")
{
}
DEFUN(show_pdpctx_all, show_pdpctx_all_cmd,
"show pdp-context all",
SHOW_STR "Display information on PDP Context\n" "Show everything\n")