summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-05 11:58:06 +0200
committerMartin Mares <mj@ucw.cz>2004-06-05 11:58:06 +0200
commit598b984d1f04ea71fc04bc89f390f230a3960680 (patch)
treea2d99d37f3021c54044725fee1cefcec5ce5af77 /proto
parent2f6de49f8c4d9c7ebd12554d386037e5b063beda (diff)
downloadbird-598b984d1f04ea71fc04bc89f390f230a3960680.tar
bird-598b984d1f04ea71fc04bc89f390f230a3960680.zip
One less unused variable.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/ospf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 7603dac..02bfd46 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -282,7 +282,6 @@ void
area_disp(timer *timer)
{
struct ospf_area *oa=timer->data;
- struct top_hash_entry *nxt;
struct proto_ospf *po=oa->po;
struct ospf_iface *ifa;