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/ospf.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'proto/ospf/ospf.c') 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); -- cgit v1.2.3