From: Marcin Siodelski Date: Thu, 9 May 2024 09:40:11 +0000 (+0200) Subject: [#3246] Removed unused variable X-Git-Tag: Kea-2.7.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039a2a67020db66fafb8603fcb0deae93a3d0987;p=thirdparty%2Fkea.git [#3246] Removed unused variable --- diff --git a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc index 9f5ef616eb..4ebd19ec4d 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc @@ -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);