summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2021-09-23 01:25:56 -0300
committerRenato Westphal <renato@opensourcerouting.org>2021-10-05 21:21:43 -0300
commitcdc12294fc93998f933d96c798056b47c30dbe4f (patch)
tree66ab450fc503e87916cf86e4c1c1352bf0c3fa1d /ospf6d/ospf6_route.h
parent19b8369ca7802c41c7632e4e4ebb1f846b2f25c1 (diff)
ospf6d: remove unused bitfield
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_route.h')
-rw-r--r--ospf6d/ospf6_route.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h
index e29439b95e..397860515b 100644
--- a/ospf6d/ospf6_route.h
+++ b/ospf6d/ospf6_route.h
@@ -241,8 +241,6 @@ struct ospf6_route_table {
uint32_t count;
- bitfield_t idspace;
-
/* hooks */
void (*hook_add)(struct ospf6_route *);
void (*hook_change)(struct ospf6_route *);