]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3191] Unnecessary comment removed.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 17 Oct 2013 17:13:15 +0000 (19:13 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 17 Oct 2013 17:13:15 +0000 (19:13 +0200)
src/lib/dhcpsrv/subnet.cc

index 5488f821b09e9b9d9af81b5a7a9038f9ddfde521..c1589db9d00671be1dbbce96064b8f02c3024595 100644 (file)
@@ -160,13 +160,10 @@ void Subnet4::setSiaddr(const isc::asiolink::IOAddress& siaddr) {
     siaddr_ = siaddr;
 }
 
-    /// @brief returns siaddr for this subnet
-    /// @return siaddr value
 isc::asiolink::IOAddress Subnet4::getSiaddr() const {
     return (siaddr_);
 }
 
-
 const PoolCollection& Subnet::getPools(Lease::Type type) const {
     // check if the type is valid (and throw if it isn't)
     checkType(type);