From 598b984d1f04ea71fc04bc89f390f230a3960680 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:58:06 +0000 Subject: [PATCH] One less unused variable. --- proto/ospf/ospf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 7603dac4..02bfd465 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;