0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

One less unused variable.

This commit is contained in:
Martin Mares 2004-06-05 09:58:06 +00:00
parent 2f6de49f8c
commit 598b984d1f

View 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;