summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2005-02-20 19:56:06 +0100
committerOndrej Filip <feela@network.cz>2005-02-20 19:56:06 +0100
commit63ca37f3139505a1881bf2c343f18d4ed8e22ce4 (patch)
tree0a15abc7cc4159f5e87d9af0605b39abad4c5a9e /proto/ospf/ospf.c
parentefc9e1b78b9332a0a8dfce31f1ef8efc82edc63d (diff)
downloadbird-63ca37f3139505a1881bf2c343f18d4ed8e22ce4.tar
bird-63ca37f3139505a1881bf2c343f18d4ed8e22ce4.zip
Cleanup - all unused variables deleted.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 7f6b0da..f66dbad 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -194,7 +194,6 @@ ospf_dump(struct proto *p)
struct ospf_iface *ifa;
struct ospf_neighbor *n;
struct proto_ospf *po = (struct proto_ospf *) p;
- struct ospf_area *oa;
OSPF_TRACE(D_EVENTS, "Area number: %d", po->areano);
@@ -574,17 +573,10 @@ ospf_reconfigure(struct proto *p, struct proto_config *c)
struct ospf_iface *ifa;
struct nbma_node *nb1, *nb2, *nbnx;
struct ospf_area *oa = NULL;
- struct area_net *anet, *antmp;
int found, olddead, newdead;
- struct net_fib *nf;
struct area_net_config *anc;
struct area_net *an;
- //return !memcmp(((byte *) old) + sizeof(struct proto_config),
- // ((byte *) new) + sizeof(struct proto_config),
- // sizeof(struct ospf_config) - sizeof(struct proto_config));
-
-
po->rfc1583 = new->rfc1583;
schedule_rtcalc(po);