From: paul Date: Fri, 18 Apr 2003 23:57:15 +0000 (+0000) Subject: From: Sergey Vyshnevetskiy X-Git-Tag: frr-2.0-rc1~4091 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b8311eab1443ad3153f6684c527146838c7ae096;p=matthieu%2Ffrr.git From: Sergey Vyshnevetskiy Subject: [zebra 18689] [PATCH] misc patch remove unused vars --- diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index 8c9a4c6c78..1c8cbbf530 100644 --- a/ospfd/ospf_flood.c +++ b/ospfd/ospf_flood.c @@ -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)