Skip to content
Snippets Groups Projects
Commit ac8e5119 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Removing empty nodes from zone.

- The zone is traversed, empty nodes are stored in the list of
  old nodes and their parents' children counts are decreased.
- This allows to remove parent-child chains.
- Removing of nodes is done in separate step because it modifies
  the structures used to iterate through the zone.
- Nodes are removed both from hash table and from the zone tree,
  but not deleted.

refs #1035 @20m
parent ac6bf5b5
No related branches found
No related tags found
No related merge requests found
Loading
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