]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: dev: Drop single-use RETERR macro
authorMatthijs Mekking <matthijs@isc.org>
Tue, 10 Dec 2024 08:46:29 +0000 (08:46 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 10 Dec 2024 08:46:29 +0000 (08:46 +0000)
commitf6ff4fff85ec1a956660c8be7e72aa2ff1c8e72f
treee8c60995e2f43f14c49b50b1291fb1f96695a8b1
parent8460716dfe56aace5bbb356d06e44a374050522a
parentb6d031462f005700ab52778f4eb317ce13de01b4
rem: dev: Drop single-use RETERR macro

If the RETERR define is only used once in a file, just drop the macro.

Merge branch 'matthijs-remove-single-use-define-reterr' into 'main'

See merge request isc-projects/bind9!9871