diff options
author | Ondrej Filip <feela@network.cz> | 2005-02-20 18:56:06 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-02-20 18:56:06 +0000 |
commit | 63ca37f3139505a1881bf2c343f18d4ed8e22ce4 (patch) | |
tree | 0a15abc7cc4159f5e87d9af0605b39abad4c5a9e /proto/ospf/iface.c | |
parent | efc9e1b78b9332a0a8dfce31f1ef8efc82edc63d (diff) |
Cleanup - all unused variables deleted.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index cce7fafe..e4070fd6 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) |