From: Martin Mares Date: Sat, 5 Jun 2004 09:58:06 +0000 (+0000) Subject: One less unused variable. X-Git-Tag: v1.2.0~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598b984d1f04ea71fc04bc89f390f230a3960680;p=thirdparty%2Fbird.git One less unused variable. --- diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 7603dac4a..02bfd465a 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;