diff options
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; |