diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-05-11 11:36:55 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-05-11 11:36:55 +0200 |
commit | 94d1a6c9dc9ac578cb88428462ab41f113ca4e23 (patch) | |
tree | e8ec282c3473d80f1dff209c1afab4a541912832 /proto | |
parent | 394920a09c6163d2b98896802526c79c82f52d20 (diff) | |
download | bird-94d1a6c9dc9ac578cb88428462ab41f113ca4e23.tar bird-94d1a6c9dc9ac578cb88428462ab41f113ca4e23.zip |
Unused variable killed.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/rip/rip.c | 1 |
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 ); } |