From 97630ed1e8f9748d9fb96e5890696200c9e59bb9 Mon Sep 17 00:00:00 2001 From: aerique Date: Thu, 24 Aug 2017 12:25:06 +0200 Subject: [PATCH] Remove duplicate d_kind declaration. --- pdns/filterpo.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/filterpo.hh b/pdns/filterpo.hh index 4e729f55d..69e1fc56b 100644 --- a/pdns/filterpo.hh +++ b/pdns/filterpo.hh @@ -81,7 +81,6 @@ public: DNSRecord getCustomRecord(const DNSName& qname) const; DNSRecord getRecord(const DNSName& qname) const; - PolicyKind d_kind; std::shared_ptr d_custom; std::shared_ptr d_name; PolicyKind d_kind; -- 2.40.0