summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.c
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.c
parent19b8369ca7802c41c7632e4e4ebb1f846b2f25c1 (diff)
ospf6d: remove unused bitfield
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_route.c')
-rw-r--r--ospf6d/ospf6_route.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_route.c b/ospf6d/ospf6_route.c
index 8bfd3b7124..93e298ef34 100644
--- a/ospf6d/ospf6_route.c
+++ b/ospf6d/ospf6_route.c
@@ -1100,7 +1100,6 @@ struct ospf6_route_table *ospf6_route_table_create(int s, int t)
void ospf6_route_table_delete(struct ospf6_route_table *table)
{
ospf6_route_remove_all(table);
- bf_free(table->idspace);
route_table_finish(table->table);
XFREE(MTYPE_OSPF6_ROUTE_TABLE, table);
}