From 191f471af152c3871824d75223b76ee61e46fd1b Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sun, 14 Mar 2021 22:57:23 +0100 Subject: [PATCH] Remove unused d_ops --- pdns/auth-domaincache.hh | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.2