]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: Remove obsolete code
authorTom Goff <thomas.goff@boeing.com>
Wed, 10 Nov 2010 21:03:23 +0000 (13:03 -0800)
committerPaul Jakma <paul@quagga.net>
Mon, 21 Mar 2011 13:31:16 +0000 (13:31 +0000)
* 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 bf8dbc33f7287144e760971af421ddf800a61c1b..f4b327e428af52300d4b489ad8a25d45d21b4a70 100644 (file)
@@ -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);