diff --git a/pdns/auth-querycache.cc b/pdns/auth-querycache.cc index dea4583e9f3f..b397c1e83045 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};