From: Miod Vallat Date: Wed, 22 Oct 2025 13:22:50 +0000 (+0200) Subject: One less function in need of a lint function-cognitive-complexity exemption. X-Git-Tag: rec-5.4.0-beta1~72^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1159b32d422f44052939eabad3f617c9323d058;p=thirdparty%2Fpdns.git One less function in need of a lint function-cognitive-complexity exemption. Signed-off-by: Miod Vallat --- diff --git a/pdns/rfc2136handler.cc b/pdns/rfc2136handler.cc index de6be0d9b7..d76da96b9e 100644 --- a/pdns/rfc2136handler.cc +++ b/pdns/rfc2136handler.cc @@ -399,7 +399,6 @@ static uint performInsert(const DNSRecord* rr, updateContext& ctx, vector& rrset, set& insnonterm, set& delnonterm) // NOLINT(readability-identifier-length) { vector recordsToDelete;