]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospfd: address more trivial compiler warnings
authorDenis Ovsienko <infrastation@yandex.ru>
Sun, 28 Aug 2011 18:38:45 +0000 (22:38 +0400)
committerPaul Jakma <paul@quagga.net>
Sun, 8 Jan 2012 11:43:07 +0000 (11:43 +0000)
* ospf_ase.c
  * ospf_ase_complete_direct_routes(): dismiss unused variable

ospfd/ospf_ase.c

index 3c199311f084a5bb32f998a784a241c95c92d52b..6a72e31dc41773696b14ebbc13ec1e080685cdba 100644 (file)
@@ -135,7 +135,6 @@ ospf_ase_complete_direct_routes (struct ospf_route *ro, struct in_addr nexthop)
 {
   struct listnode *node;
   struct ospf_path *op;
-  struct interface *ifp;
 
   for (ALL_LIST_ELEMENTS_RO (ro->paths, node, op))
     if (op->nexthop.s_addr == 0)