From: aerique Date: Thu, 24 Aug 2017 10:25:06 +0000 (+0200) Subject: Remove duplicate d_kind declaration. X-Git-Tag: auth-4.1.0-rc1~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97630ed1e8f9748d9fb96e5890696200c9e59bb9;p=thirdparty%2Fpdns.git Remove duplicate d_kind declaration. --- diff --git a/pdns/filterpo.hh b/pdns/filterpo.hh index 4e729f55d5..69e1fc56be 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;