mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Remove RBTDB implementation
QPDB is now a default implementation for both cache and zone. Remove the venerable RBTDB database implementation, so we can fast-track the changes to the database without having to implement the design changes to both QPDB and RBTDB and this allows us to be more aggressive when refactoring the database design.
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
#include <dns/keystore.h>
|
||||
#include <dns/keyvalues.h>
|
||||
#include <dns/peer.h>
|
||||
#include <dns/rbt.h>
|
||||
#include <dns/rdataclass.h>
|
||||
#include <dns/rdatatype.h>
|
||||
#include <dns/rpz.h>
|
||||
|
Reference in New Issue
Block a user