From b8311eab1443ad3153f6684c527146838c7ae096 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 18 Apr 2003 23:57:15 +0000 Subject: From: Sergey Vyshnevetskiy Subject: [zebra 18689] [PATCH] misc patch remove unused vars --- ospfd/ospf_flood.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index 8c9a4c6c..1c8cbbf5 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) -- cgit v1.2.1