From: Stephan Bosch Date: Wed, 9 Oct 2019 20:36:12 +0000 (+0200) Subject: iputils.hh: Fix erroneous comments. X-Git-Tag: auth-4.3.0-beta2~20^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d22a7fffc113513fae9b560919bf08a0dbf1a9f;p=thirdparty%2Fpdns.git iputils.hh: Fix erroneous comments. --- 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: } } - //