]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: nil: Remove dns_rdataslab_merge() and friends
authorOndřej Surý <ondrej@isc.org>
Wed, 18 Feb 2026 14:08:08 +0000 (15:08 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Feb 2026 14:08:08 +0000 (15:08 +0100)
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.

Merge branch 'ondrej/cleanup-dns_rdataslab' into 'main'

See merge request isc-projects/bind9!11376


Trivial merge