From c536574f56c39295b7f144e1ba42f40ff94b156f Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Wed, 8 Jun 2022 18:14:48 +0200 Subject: [PATCH] auth: remove an unused variable from the querycache --- pdns/auth-querycache.cc | 3 +-- pdns/auth-querycache.hh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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};