diff options
author | Ondrej Filip <feela@network.cz> | 2005-02-20 19:56:06 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-02-20 19:56:06 +0100 |
commit | 63ca37f3139505a1881bf2c343f18d4ed8e22ce4 (patch) | |
tree | 0a15abc7cc4159f5e87d9af0605b39abad4c5a9e /proto/ospf/rt.c | |
parent | efc9e1b78b9332a0a8dfce31f1ef8efc82edc63d (diff) | |
download | bird-63ca37f3139505a1881bf2c343f18d4ed8e22ce4.tar bird-63ca37f3139505a1881bf2c343f18d4ed8e22ce4.zip |
Cleanup - all unused variables deleted.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r-- | proto/ospf/rt.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |