From: Chris Hofstaedtler Date: Sun, 14 Mar 2021 21:57:23 +0000 (+0100) Subject: Remove unused d_ops X-Git-Tag: auth-4.5.0-alpha1~7^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191f471af152c3871824d75223b76ee61e46fd1b;p=thirdparty%2Fpdns.git Remove unused d_ops --- diff --git a/pdns/auth-domaincache.hh b/pdns/auth-domaincache.hh index 403d26fd00..7bdfd188bd 100644 --- a/pdns/auth-domaincache.hh +++ b/pdns/auth-domaincache.hh @@ -79,7 +79,6 @@ private: return d_maps[getMapIndex(qname)]; } - AtomicCounter d_ops{0}; AtomicCounter *d_statnumhit; AtomicCounter *d_statnummiss; AtomicCounter *d_statnumentries;