diff options
author | paul <paul> | 2003-04-18 23:57:15 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-18 23:57:15 +0000 |
commit | b8311eab1443ad3153f6684c527146838c7ae096 (patch) | |
tree | 0be08a78990b603695e8b4a730866b75207f09c9 /ospfd | |
parent | dfc0d9ba97c82cf47e34793bd7d6a89815940a36 (diff) |
From: Sergey Vyshnevetskiy <serg@vostok.net>
Subject: [zebra 18689] [PATCH] misc patch
remove unused vars
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_flood.c | 2 |
1 files changed, 0 insertions, 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) |