diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:28:17 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:28:17 +0200 |
commit | 1512813e95a7edd2fad2834221dc1cb79aab6406 (patch) | |
tree | 9f32693281ed351a464b58b3bd1171b928f735be /proto/ospf/lsupd.c | |
parent | c91fc9b6064e988e7526ecedd6b9e25f0204c4b7 (diff) | |
download | bird-1512813e95a7edd2fad2834221dc1cb79aab6406.tar bird-1512813e95a7edd2fad2834221dc1cb79aab6406.zip |
... and a whole bunch of unused parameters and variables in ospf.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 8c82588..2cc0654 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -147,7 +147,6 @@ ospf_lsupd_flood(struct ospf_neighbor *n, struct ospf_lsa_header *hn, { sock *sk; - ip_addr to; u16 len, age; struct ospf_lsupd_packet *pk; struct ospf_packet *op; @@ -226,8 +225,6 @@ ospf_lsupd_send_list(struct ospf_neighbor *n, list * l) struct ospf_packet *op; struct proto *p = &n->ifa->oa->po->proto; void *pktpos; - u8 ii; - u8 *jj = n->ifa->ip_sk->tbuf; if (EMPTY_LIST(*l)) return; @@ -294,7 +291,6 @@ ospf_lsupd_receive(struct ospf_lsupd_packet *ps, struct ospf_area *oa; struct proto_ospf *po = ifa->proto; struct proto *p = (struct proto *) po; - u16 length; u8 i; int sendreq = 1; |