]> granicus.if.org Git - pdns/commitdiff
Remove duplicate d_kind declaration.
authoraerique <aerique@xs4all.nl>
Thu, 24 Aug 2017 10:25:06 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2017 10:25:06 +0000 (12:25 +0200)
pdns/filterpo.hh

index 4e729f55d525aeb586de2db753b7f5506ba71457..69e1fc56be3b670fb0e3ab223efc939aefb50abe 100644 (file)
@@ -81,7 +81,6 @@ public:
     DNSRecord getCustomRecord(const DNSName& qname) const;
     DNSRecord getRecord(const DNSName& qname) const;
 
-    PolicyKind d_kind;
     std::shared_ptr<DNSRecordContent> d_custom;
     std::shared_ptr<std::string> d_name;
     PolicyKind d_kind;