summaryrefslogtreecommitdiff
path: root/ospf6d
diff options
context:
space:
mode:
authorTom Goff <thomas.goff@boeing.com>2010-11-10 13:03:23 -0800
committerDenis Ovsienko <infrastation@yandex.ru>2011-08-01 15:40:05 +0400
commit0e8257d21e814c46aca485d58bcfa73e06354cad (patch)
treee0cd41c52d0963f0ca5da0438d63659325f36d49 /ospf6d
parentcd3355b83202bc109045ba1e90b6725610aa256d (diff)
ospf6d: Remove obsolete code
* ospf6_area.c: (ospf6_area_delete) Get rid of unused code that refers to a nonexistent function and structure member.
Diffstat (limited to 'ospf6d')
-rw-r--r--ospf6d/ospf6_area.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c
index 3c999bbc..88c4e65c 100644
--- a/ospf6d/ospf6_area.c
+++ b/ospf6d/ospf6_area.c
@@ -202,11 +202,6 @@ ospf6_area_delete (struct ospf6_area *oa)
ospf6_route_table_delete (oa->spf_table);
ospf6_route_table_delete (oa->route_table);
-#if 0
- ospf6_spftree_delete (oa->spf_tree);
- ospf6_route_table_delete (oa->topology_table);
-#endif /*0*/
-
THREAD_OFF (oa->thread_spf_calculation);
THREAD_OFF (oa->thread_route_calculation);