]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Remove dead code warnings found by scan-build main
authorMatthijs Mekking <matthijs@isc.org>
Mon, 29 Jun 2026 10:32:46 +0000 (10:32 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 29 Jun 2026 10:32:46 +0000 (10:32 +0000)
commit9155946be89102191ae2d42bb83d1400b2996173
tree46ac33682a93dbb58dc8ffcc40da1a2082e492b7
parentaa8a07991d994a814027c3e5d38f09a47da18afc
parent19da825b725da4b1c2b9b632f8328b16fb9f5add
fix: dev: Remove dead code warnings found by scan-build

Small cleanup, fixing the dead code issues found by scan-build.

Patch submitted by Tim Rühsen.

Closes #6165

Merge branch '6165-dead-code-warnings-found-by-scan-build' into 'main'

See merge request isc-projects/bind9!12293