]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove unused DNS_RDATASET_COUNT
authorPetr Špaček <pspacek@isc.org>
Thu, 10 Jul 2025 07:47:47 +0000 (09:47 +0200)
committerPetr Špaček <pspacek@isc.org>
Thu, 10 Jul 2025 09:17:19 +0000 (11:17 +0200)
commit0a5a25729ce64b96196e71a1d864b003ded3d12a
tree83f4aa1bf09e562d200c407e4d0326ac0f1bfd46
parentba861f23f262ba2a1d2f5a89e2148862ea3e206c
Remove unused DNS_RDATASET_COUNT

Albeit technically not unused, it was always defined as 0 and thus did
nothing.

Related: #4666
lib/dns/include/dns/rdataset.h
lib/dns/qpzone.c