From 7865becacac3d1105f9215c20caccf2b071f2fa4 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 1 Mar 2019 09:04:30 +0100 Subject: [PATCH] SuffixMatchTree: Remove TODO comment --- pdns/dnsname.hh | 2 -- 1 file changed, 2 deletions(-) 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()) { -- 2.47.2