From: Pieter Lexis Date: Fri, 1 Mar 2019 08:05:42 +0000 (+0100) Subject: SuffixMatchTree: Remove unused d_human member X-Git-Tag: rec-4.2.0-beta1~7^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d983800709fbce5ce62b02632df64cea92b7ee7;p=thirdparty%2Fpdns.git SuffixMatchTree: Remove unused d_human member --- diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index dc083fa682..030057b40a 100644 --- a/pdns/dnsname.hh +++ b/pdns/dnsname.hh @@ -428,7 +428,6 @@ struct SuffixMatchNode } private: - mutable std::string d_human; mutable std::set d_nodes; // Only used for string generation };