From 3d22a7fffc113513fae9b560919bf08a0dbf1a9f Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Wed, 9 Oct 2019 22:36:12 +0200 Subject: [PATCH] iputils.hh: Fix erroneous comments. --- pdns/iputils.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pdns/iputils.hh b/pdns/iputils.hh index 132b7bc3ce..11525254e2 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -554,8 +554,6 @@ private: * * You can store IPv4 and IPv6 addresses to same tree, separate payload storage is kept per AFI. * - * To erase something copy values to new tree sans the value you want to erase. - * * Use swap if you need to move the tree to another NetmaskTree instance, it is WAY faster * than using copy ctor or assignment operator, since it moves the nodes and tree root to * new home instead of actually recreating the tree. @@ -793,7 +791,7 @@ public: } } - //