From: Francis Dupont Date: Fri, 31 Aug 2018 14:14:10 +0000 (+0200) Subject: [20-update-addr_utilities-h-comments] Removed obsolete @todo's X-Git-Tag: 137-improve-kea-compilation-time-2_base~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee655fb833a7fad5a7f80d7aec59e471d890c3b;p=thirdparty%2Fkea.git [20-update-addr_utilities-h-comments] Removed obsolete @todo's --- diff --git a/src/lib/asiolink/addr_utilities.h b/src/lib/asiolink/addr_utilities.h index 77786e0749..c2a44d5aea 100644 --- a/src/lib/asiolink/addr_utilities.h +++ b/src/lib/asiolink/addr_utilities.h @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2015,2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -21,8 +21,6 @@ namespace dhcp { /// Example: For 2001:db8:1\::deaf:beef and length /120 the function will return /// 2001:db8:1\::dead:be00. See also @ref lastAddrInPrefix. /// -/// @todo It currently works for v6 only and will throw if v4 address is passed. -/// /// @param prefix and address that belongs to a prefix /// @param len prefix length /// @@ -35,8 +33,6 @@ isc::asiolink::IOAddress firstAddrInPrefix(const isc::asiolink::IOAddress& prefi /// Example: For 2001:db8:1\::deaf:beef and length /112 the function will return /// 2001:db8:1\::dead:ffff. See also @ref firstAddrInPrefix. /// -/// @todo It currently works for v6 only and will throw if v4 address is passed. -/// /// @param prefix and address that belongs to a prefix /// @param len prefix length ///