]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
SuffixMatchTree: Remove unused d_human member
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 1 Mar 2019 08:05:42 +0000 (09:05 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 1 Mar 2019 08:05:42 +0000 (09:05 +0100)
pdns/dnsname.hh

index dc083fa6820de110ea16bbcd20395d0d3b427df9..030057b40af4d99d8d8bee210ce11675e3163d3a 100644 (file)
@@ -428,7 +428,6 @@ struct SuffixMatchNode
     }
 
   private:
-    mutable std::string d_human;
     mutable std::set<DNSName> d_nodes; // Only used for string generation
 };