From: Pieter Lexis Date: Fri, 1 Mar 2019 08:04:30 +0000 (+0100) Subject: SuffixMatchTree: Remove TODO comment X-Git-Tag: rec-4.2.0-beta1~7^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7865becacac3d1105f9215c20caccf2b071f2fa4;p=thirdparty%2Fpdns.git SuffixMatchTree: Remove TODO comment --- diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index ff64e2097f..dc083fa682 100644 --- a/pdns/dnsname.hh +++ b/pdns/dnsname.hh @@ -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()) {