From: Otto Moerbeek Date: Wed, 6 Dec 2023 10:15:53 +0000 (+0100) Subject: Remove redundant coverity annotation X-Git-Tag: dnsdist-1.9.0-alpha4~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4cd754cdd930d234114d18f9d668fc512c5232c;p=thirdparty%2Fpdns.git Remove redundant coverity annotation --- diff --git a/pdns/axfr-retriever.cc b/pdns/axfr-retriever.cc index f2630c9aeb..09461f07a7 100644 --- a/pdns/axfr-retriever.cc +++ b/pdns/axfr-retriever.cc @@ -175,7 +175,6 @@ void AXFRRetriever::timeoutReadn(uint16_t bytes, uint16_t timeoutsec) int n=0; int numread; while(n(timeoutsec - (time(nullptr) - start))); if(res<0) throw ResolverException("Reading data from remote nameserver over TCP: "+stringerror());