mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Unused variable killed.
This commit is contained in:
parent
394920a09c
commit
94d1a6c9dc
@ -822,7 +822,6 @@ rip_rte_insert(net *net, rte *rte)
|
||||
static void
|
||||
rip_rte_remove(net *net, rte *rte)
|
||||
{
|
||||
struct proto *p = rte->attrs->proto;
|
||||
rem_node( &rte->u.rip.garbage );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user