diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:58:06 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:58:06 +0200 |
commit | 598b984d1f04ea71fc04bc89f390f230a3960680 (patch) | |
tree | a2d99d37f3021c54044725fee1cefcec5ce5af77 /proto/ospf/ospf.c | |
parent | 2f6de49f8c4d9c7ebd12554d386037e5b063beda (diff) | |
download | bird-598b984d1f04ea71fc04bc89f390f230a3960680.tar bird-598b984d1f04ea71fc04bc89f390f230a3960680.zip |
One less unused variable.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
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; |