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

index ff64e2097f951d42ffda8223ca0b699c8161317e..dc083fa6820de110ea16bbcd20395d0d3b427df9 100644 (file)
@@ -308,8 +308,6 @@ struct SuffixMatchTree
     if (labels.empty()) {
       // The child is no longer an endnode
       child->endNode = false;
-      // TODO clear d_value for this node as d_value = T() would break for types
-      // that require initialization
 
       // If the child has no further children, just remove it from the set.
       if (child->children.empty()) {