Skip to content
Snippets Groups Projects
Commit 972508d3 authored by Jan Včelák's avatar Jan Včelák :rocket: Committed by Jan Kadlec
Browse files

remove unused knot_zone_contents_get_apex() from API

parent 7b31f60d
No related branches found
No related tags found
1 merge request!209Get rid of node->wildcard_child pointer
......@@ -1126,17 +1126,6 @@ const knot_node_t *knot_zone_contents_apex(
/*----------------------------------------------------------------------------*/
knot_node_t *knot_zone_contents_get_apex(const knot_zone_contents_t *zone)
{
if (zone == NULL) {
return NULL;
}
return zone->apex;
}
/*----------------------------------------------------------------------------*/
const knot_node_t *knot_zone_contents_find_wildcard_child(
const knot_zone_contents_t *contents, const knot_node_t *parent)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment