summaryrefslogtreecommitdiff
path: root/ospfd/ospf_vty.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-12-06 23:54:17 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2012-01-02 17:15:31 +0400
commita80e20d17597253e74e22aed6b1a85417f667b49 (patch)
tree907fa6925ce75160bf43db876eca29b123c72609 /ospfd/ospf_vty.c
parent840faaeb00f1617649332dad82952e21e7c7fda7 (diff)
ospfd: remove unused code
The code for nssa_range and other bits that were written but never used.
Diffstat (limited to 'ospfd/ospf_vty.c')
-rw-r--r--ospfd/ospf_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c
index b1526c33..577e4178 100644
--- a/ospfd/ospf_vty.c
+++ b/ospfd/ospf_vty.c
@@ -3732,7 +3732,7 @@ show_as_external_lsa_detail (struct vty *vty, struct ospf_lsa *lsa)
return 0;
}
-/* N.B. This function currently seems to be unused. */
+#if 0
static int
show_as_external_lsa_stdvty (struct ospf_lsa *lsa)
{
@@ -3756,6 +3756,7 @@ show_as_external_lsa_stdvty (struct ospf_lsa *lsa)
return 0;
}
+#endif
/* Show AS-NSSA-LSA detail information. */
static int