]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitaa546d5155c6c07634d9fd127b6eccedc16a00ed
tree9e68e8a78edbb7779351a57c8f4edbbf6dd613ce
parent8085b1bc2305dc725a36e7b6ed904d5015a9b451
parentb8e07a0b5aed51828af72af2a8d58b090088725d
chg: nil: 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.

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

See merge request isc-projects/bind9!11376