summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_spf.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-12-06 20:54:17 +0100
committerDenis Ovsienko <infrastation@yandex.ru>2011-12-06 22:23:32 +0100
commit075e12f57d6c0b115cd177c7b244d9810460e3ff (patch)
tree755a8a7960a918c77f38a15d931634e9d9170879 /ospfd/ospf_spf.c
parentbgpd: store nexthop info for redistributed IPV6 routes (diff)
downloadfrr-075e12f57d6c0b115cd177c7b244d9810460e3ff.tar.xz
frr-075e12f57d6c0b115cd177c7b244d9810460e3ff.zip
ospfd: remove unused code
The code for nssa_range and other bits that were written but never used.
Diffstat (limited to 'ospfd/ospf_spf.c')
-rw-r--r--ospfd/ospf_spf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c
index 6dcf0b188..d7f9ba27d 100644
--- a/ospfd/ospf_spf.c
+++ b/ospfd/ospf_spf.c
@@ -1042,6 +1042,7 @@ ospf_rtrs_free (struct route_table *rtrs)
route_table_finish (rtrs);
}
+#if 0
static void
ospf_rtrs_print (struct route_table *rtrs)
{
@@ -1101,6 +1102,7 @@ ospf_rtrs_print (struct route_table *rtrs)
zlog_debug ("ospf_rtrs_print() end");
}
+#endif
/* Calculating the shortest-path tree for an area. */
static void