diff options
author | Tom Goff <thomas.goff@boeing.com> | 2010-11-10 13:03:23 -0800 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2011-03-21 13:31:16 +0000 |
commit | fd795eb89cc421097f6580016ea9fbd3585d07bb (patch) | |
tree | a8d49db03924483ad0662294f2a8f44f4f5a6d66 /ospf6d | |
parent | 1d19234e79c77a7d55194b513f2a77c6a691bc2c (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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c index bf8dbc33..f4b327e4 100644 --- a/ospf6d/ospf6_area.c +++ b/ospf6d/ospf6_area.c @@ -203,11 +203,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); |