BIND 10 trac3191, updated. 28c612e504efd4f340fa1d9929ea17cd75565a67 [3191] Unnecessary comment removed.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 17 17:13:28 UTC 2013


The branch, trac3191 has been updated
       via  28c612e504efd4f340fa1d9929ea17cd75565a67 (commit)
      from  7abead307c37c5d1f2a3ef3540e0648985997297 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 28c612e504efd4f340fa1d9929ea17cd75565a67
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Thu Oct 17 19:13:15 2013 +0200

    [3191] Unnecessary comment removed.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcpsrv/subnet.cc |    3 ---
 1 file changed, 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/subnet.cc b/src/lib/dhcpsrv/subnet.cc
index 5488f82..c1589db 100644
--- a/src/lib/dhcpsrv/subnet.cc
+++ b/src/lib/dhcpsrv/subnet.cc
@@ -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);



More information about the bind10-changes mailing list