summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.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/iface.c
parentefc9e1b78b9332a0a8dfce31f1ef8efc82edc63d (diff)
downloadbird-63ca37f3139505a1881bf2c343f18d4ed8e22ce4.tar
bird-63ca37f3139505a1881bf2c343f18d4ed8e22ce4.zip
Cleanup - all unused variables deleted.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r--proto/ospf/iface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c
index cce7faf..e4070fd 100644
--- a/proto/ospf/iface.c
+++ b/proto/ospf/iface.c
@@ -484,7 +484,6 @@ ospf_iface_notify(struct proto *p, unsigned flags, struct iface *iface)
struct ospf_area_config *ac;
struct ospf_iface_patt *ip = NULL;
struct ospf_iface *ifa;
- struct ospf_area *oa;
DBG("%s: If notify called\n", p->name);
if (iface->flags & IF_IGNORE)