Files
bind9/tests
Evan Hunt 4fb88632c1 clean up dns_rbt
- create_node() in rbt.c cannot fail.
- the dns_rbt_*name() functions, which are wrappers around
  dns_rbt_[add|find|delete]node(), were never used except in tests.
- dns_rbnodechain_nextflat() and _down() were never used at all.

this change isn't really necessary since RBT is likely to
go away eventually anyway. but keeping the API as simple
as possible while it persists is a good thing, and may
reduce confusion while QPDB is being developed from RBTDB code.
2023-11-01 10:47:29 -07:00
..
2023-11-01 10:47:29 -07:00
2023-11-01 10:47:29 -07:00