diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 09:28:17 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 09:28:17 +0000 |
commit | 1512813e95a7edd2fad2834221dc1cb79aab6406 (patch) | |
tree | 9f32693281ed351a464b58b3bd1171b928f735be /proto/ospf/dbdes.c | |
parent | c91fc9b6064e988e7526ecedd6b9e25f0204c4b7 (diff) |
... and a whole bunch of unused parameters and variables in ospf.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index cbab8382..aa9df739 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -154,7 +154,6 @@ ospf_dbdes_reqladd(struct ospf_dbdes_packet *ps, struct ospf_neighbor *n) struct top_hash_entry *he, *sn; struct top_graph *gr = n->ifa->oa->gr; struct ospf_packet *op; - struct proto *p = (struct proto *) n->ifa->proto; int i, j; op = (struct ospf_packet *) ps; |