From 63ca37f3139505a1881bf2c343f18d4ed8e22ce4 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 20 Feb 2005 18:56:06 +0000 Subject: Cleanup - all unused variables deleted. --- proto/ospf/rt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proto/ospf/rt.c') diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index c2f7ca0..2ecc7a6 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -472,7 +472,7 @@ ospf_rt_sum(struct ospf_area *oa) ip_addr *mask, ip, abrip; /* abrIP is actually ID */ struct area_net *anet; orta nf; - ort *re, *abr; + ort *abr; int mlen = -1, type = -1; union ospf_lsa_sum_tm *tm; @@ -554,7 +554,6 @@ ospf_rt_spf(struct proto_ospf *po) { struct proto *p = &po->proto; struct ospf_area *oa; - int i; ort *ri; struct area_net *anet; @@ -642,7 +641,6 @@ ospf_ext_spf(struct proto_ospf *po) struct ospf_iface *nhi = NULL; int met1, met2; neighbor *nn; - struct ospf_lsa_rt *rt; struct ospf_area *atmp; -- cgit v1.2.3