mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-04 15:37:05 +00:00
ospf6d: Remove obsolete code
* ospf6_area.c: (ospf6_area_delete) Get rid of unused code that refers
to a nonexistent function and structure member.
This commit is contained in:
parent
1d19234e79
commit
fd795eb89c
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user