From 2cec475b8fbaa6cb0865ceacd900ffb678818330 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 30 May 2000 21:24:53 +0000 Subject: Removed several unused local variables. --- proto/rip/rip.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 9466e43..01a1aed 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -758,8 +758,6 @@ rip_make_tmp_attrs(struct rte *rt, struct linpool *pool) static void rip_store_tmp_attrs(struct rte *rt, struct ea_list *attrs) { - struct proto *p = rt->attrs->proto; - rt->u.rip.tag = ea_get_int(attrs, EA_RIP_TAG, 0); rt->u.rip.metric = ea_get_int(attrs, EA_RIP_METRIC, 1); } @@ -881,9 +879,6 @@ rip_init_config(struct rip_proto_config *c) static int rip_get_attr(eattr *a, byte *buf) { - unsigned int i = EA_ID(a->id); - struct attr_desc *d; - switch (a->id) { case EA_RIP_METRIC: buf += bsprintf( buf, "metric: %d", a->u.data ); return GA_FULL; case EA_RIP_TAG: buf += bsprintf( buf, "tag: %d", a->u.data ); return GA_FULL; -- cgit v1.2.3