summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proto/rip/rip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index aa1b312..38a843d 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -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 );
}