From: Kees Monshouwer Date: Wed, 8 Jun 2022 16:14:48 +0000 (+0200) Subject: auth: remove an unused variable from the querycache X-Git-Tag: auth-4.8.0-alpha0~73^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c536574f56c39295b7f144e1ba42f40ff94b156f;p=thirdparty%2Fpdns.git auth: remove an unused variable from the querycache --- diff --git a/pdns/auth-querycache.cc b/pdns/auth-querycache.cc index dea4583e9f..b397c1e830 100644 --- a/pdns/auth-querycache.cc +++ b/pdns/auth-querycache.cc @@ -76,10 +76,9 @@ void AuthQueryCache::insert(const DNSName &qname, const QType& qtype, vector drs; - mutable time_t created{0}; mutable time_t ttd{0}; uint16_t qtype{0}; int zoneID{-1};