]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3246] Removed unused variable
authorMarcin Siodelski <marcin@isc.org>
Thu, 9 May 2024 09:40:11 +0000 (11:40 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 19 Jun 2024 10:34:18 +0000 (12:34 +0200)
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

index 9f5ef616eba034dcb2e9cafecd66e988fcc9a1a5..4ebd19ec4de14a54201521dc2d50de92dfdde921 100644 (file)
@@ -1183,10 +1183,6 @@ TEST_F(AllocEngine6Test, reallocReleasedLease) {
 
     AllocEngine engine(100);
 
-    // This is what the client will send in his renew message.
-    AllocEngine::HintContainer hints;
-    hints.push_back(AllocEngine::Resource(IOAddress("2001:db8:1::15"), 128));
-
     // Reallocate the released lease.
     Lease6Ptr renewed = simpleAlloc6Test(pool_, IOAddress("::"), false);
     ASSERT_TRUE(renewed);