diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 939bae7d..39f59bde 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -336,11 +336,6 @@ struct proto_ospf { int areano; /* Number of area I belong to */ }; -struct spf_n { - node n; - struct top_hash_entry *en; -}; - static int ospf_start(struct proto *p); static void ospf_dump(struct proto *p); static struct proto *ospf_init(struct proto_config *c); |