From: Ondřej Surý Date: Wed, 18 Feb 2026 14:08:08 +0000 (+0100) Subject: chg: nil: Remove dns_rdataslab_merge() and friends X-Git-Tag: v9.21.19~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa546d5155c6c07634d9fd127b6eccedc16a00ed;p=thirdparty%2Fbind9.git 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 --- aa546d5155c6c07634d9fd127b6eccedc16a00ed