]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: dev: Clean up unused result codes
authorEvan Hunt <each@isc.org>
Fri, 24 Jan 2025 00:58:06 +0000 (00:58 +0000)
committerEvan Hunt <each@isc.org>
Fri, 24 Jan 2025 00:58:06 +0000 (00:58 +0000)
A number of result codes are obsolete and can be removed. Others, including `ISC_R_NOMEMORY`, are still checked in various places even though they can't occur any longer. These have been cleaned up.

Merge branch 'each-cleanup-results' into 'main'

See merge request isc-projects/bind9!9942


Trivial merge