Skip to content

Commit 039a2a6

Browse files
committed
[#3246] Removed unused variable
1 parent 9143633 commit 039a2a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,10 +1183,6 @@ TEST_F(AllocEngine6Test, reallocReleasedLease) {
11831183

11841184
AllocEngine engine(100);
11851185

1186-
// This is what the client will send in his renew message.
1187-
AllocEngine::HintContainer hints;
1188-
hints.push_back(AllocEngine::Resource(IOAddress("2001:db8:1::15"), 128));
1189-
11901186
// Reallocate the released lease.
11911187
Lease6Ptr renewed = simpleAlloc6Test(pool_, IOAddress("::"), false);
11921188
ASSERT_TRUE(renewed);

0 commit comments

Comments
 (0)