]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
One less unused variable.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:58:06 +0000 (09:58 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:58:06 +0000 (09:58 +0000)
proto/ospf/ospf.c

index 7603dac4a50bf69320e6f8521d5f10a8ed506930..02bfd465a1fad09f348d9d97694f3bd91ae5918a 100644 (file)
@@ -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;