diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-12-06 23:54:17 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-12-07 01:23:32 +0400 |
commit | 075e12f57d6c0b115cd177c7b244d9810460e3ff (patch) | |
tree | 755a8a7960a918c77f38a15d931634e9d9170879 /ospfd/ospf_vty.c | |
parent | f04a80a5d209dbb54f6fec5d0149b7c0e489d29e (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 3c8df130..59f5fb67 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -3761,7 +3761,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) { @@ -3785,6 +3785,7 @@ show_as_external_lsa_stdvty (struct ospf_lsa *lsa) return 0; } +#endif /* Show AS-NSSA-LSA detail information. */ static int |