mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
One less unused variable.
This commit is contained in:
parent
2f6de49f8c
commit
598b984d1f
@ -282,7 +282,6 @@ void
|
|||||||
area_disp(timer *timer)
|
area_disp(timer *timer)
|
||||||
{
|
{
|
||||||
struct ospf_area *oa=timer->data;
|
struct ospf_area *oa=timer->data;
|
||||||
struct top_hash_entry *nxt;
|
|
||||||
struct proto_ospf *po=oa->po;
|
struct proto_ospf *po=oa->po;
|
||||||
struct ospf_iface *ifa;
|
struct ospf_iface *ifa;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user