]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf6d: Remove obsolete code
authorTom Goff <thomas.goff@boeing.com>
Wed, 10 Nov 2010 21:03:23 +0000 (13:03 -0800)
committerDenis Ovsienko <infrastation@yandex.ru>
Mon, 1 Aug 2011 11:40:05 +0000 (15:40 +0400)
* ospf6_area.c: (ospf6_area_delete) Get rid of unused code that refers
    to a nonexistent function and structure member.

ospf6d/ospf6_area.c

index 3c999bbcc9824e924e351693ab5ba9c67de15a3f..88c4e65caf5522cfabf0390927d19d1c4974c5b6 100644 (file)
@@ -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);