Browse Source

[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.
Thomas Markwalder 11 years ago
parent
commit
e01ba2041d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bin/dhcp6/tests/dhcp6_test_utils.h

+ 0 - 4
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_;