BIND 10 master, updated. e01ba2041d11147012551c1434deb753c75a9b04 [master] Removed duplicate destructor from dhcp6_test_utils.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 10 20:20:09 UTC 2013


The branch, master has been updated
       via  e01ba2041d11147012551c1434deb753c75a9b04 (commit)
      from  87b3de01a1d6d49443831f1fd77f1d5e8ef91f7b (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 e01ba2041d11147012551c1434deb753c75a9b04
Author: Thomas Markwalder <tmark at isc.org>
Date:   Thu Oct 10 16:18:40 2013 -0400

    [master] Removed duplicate destructor from dhcp6_test_utils.h
    
    dhcp6 unit tests were failing to build due to an extraneous copy of the
    destructor ~DhcpSrvTest.

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

Summary of changes:
 src/bin/dhcp6/tests/dhcp6_test_utils.h |    4 ----
 1 file changed, 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/dhcp6_test_utils.h b/src/bin/dhcp6/tests/dhcp6_test_utils.h
index 1806a70..77b2299 100644
--- a/src/bin/dhcp6/tests/dhcp6_test_utils.h
+++ b/src/bin/dhcp6/tests/dhcp6_test_utils.h
@@ -484,10 +484,6 @@ public:
     /// @param pkt packet that will have its fields set
     void captureSetDefaultFields(const Pkt6Ptr& pkt);
 
-    ~Dhcpv6SrvTest() {
-        CfgMgr::instance().deleteSubnets6();
-    };
-
     /// A subnet used in most tests
     Subnet6Ptr subnet_;
 



More information about the bind10-changes mailing list