summaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-11 11:36:55 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-11 11:36:55 +0200
commit94d1a6c9dc9ac578cb88428462ab41f113ca4e23 (patch)
treee8ec282c3473d80f1dff209c1afab4a541912832 /proto/rip
parent394920a09c6163d2b98896802526c79c82f52d20 (diff)
downloadbird-94d1a6c9dc9ac578cb88428462ab41f113ca4e23.tar
bird-94d1a6c9dc9ac578cb88428462ab41f113ca4e23.zip
Unused variable killed.
Diffstat (limited to 'proto/rip')
-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 );
}