From e80e9d0da5d737b7f6e65358067f62a6ac85f4fe Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 30 Apr 2000 09:32:41 +0000 Subject: RT calculation strongly simplified. Now, I don't need any memory allocation. :-) --- proto/ospf/ospf.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 939bae7..39f59bd 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); -- cgit v1.2.3