]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove dns_rdataslab_merge() and friends
authorOndřej Surý <ondrej@isc.org>
Tue, 16 Dec 2025 10:37:15 +0000 (11:37 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Feb 2026 13:29:16 +0000 (14:29 +0100)
commit3a4ad1fd12efff24ef321623fbcb4cccda009f2f
tree97afecddbb5fbe5bf95e14494c0f80bc1fce2aaf
parent8085b1bc2305dc725a36e7b6ed904d5015a9b451
Remove dns_rdataslab_merge() and friends

After the split to dns_rdataslab and dns_rdatavec, the
dns_rdataslab_merge() function was unused and it suffered from the same
data race as fixed in the previous commit.  Instead of fixing it, just
remove the function and bunch of other unused functions from the
dns_rdataslab unit.
lib/dns/include/dns/rdataslab.h
lib/dns/rdataslab.c