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/lsack.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/lsack.c')
-rw-r--r-- | proto/ospf/lsack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index cb27ec8..71306f1 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -124,7 +124,6 @@ ospf_lsack_receive(struct ospf_lsack_packet *ps, u32 nrid, myrid; struct ospf_neighbor *n; struct ospf_lsa_header lsa, *plsa; - int length; u16 nolsa, i; struct top_hash_entry *en; u16 lenn = ntohs(ps->ospf_packet.length); |