]> git.puffer.fish Git - mirror/frr.git/commitdiff
From: Sergey Vyshnevetskiy <serg@vostok.net>
authorpaul <paul>
Fri, 18 Apr 2003 23:57:15 +0000 (23:57 +0000)
committerpaul <paul>
Fri, 18 Apr 2003 23:57:15 +0000 (23:57 +0000)
Subject: [zebra 18689] [PATCH] misc patch

remove unused vars

ospfd/ospf_flood.c

index 8c9a4c6c78d16c323b4508a5fdade835ba4c314d..1c8cbbf53019ba151340ea79f006e8c03fea63e7 100644 (file)
@@ -617,7 +617,6 @@ ospf_flood_through_as (struct ospf *ospf, struct ospf_neighbor *inbr,
 {
   listnode node;
   int lsa_ack_flag;
-  struct as_external_lsa *extlsa;
 
   lsa_ack_flag = 0;
 
@@ -642,7 +641,6 @@ ospf_flood_through_as (struct ospf *ospf, struct ospf_neighbor *inbr,
     {
       int continue_flag = 0;
       struct ospf_area *area = getdata (node);
-      struct in_addr fwd;
       listnode if_node;
 
       switch (area->external_routing)