mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Unused variable killed.
This commit is contained in:
@ -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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user