From: Marcin Siodelski Date: Fri, 15 Nov 2013 17:29:51 +0000 (+0100) Subject: [2940] Removed unused variable from unit test. X-Git-Tag: bind10-1.2.0beta1-release~102^2~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fb33211cae9d8e7d43edc266279bf4a46fc4658;p=thirdparty%2Fkea.git [2940] Removed unused variable from unit test. --- diff --git a/src/lib/dhcpsrv/tests/test_utils.cc b/src/lib/dhcpsrv/tests/test_utils.cc index 7563cfdbbf..e418c6208d 100644 --- a/src/lib/dhcpsrv/tests/test_utils.cc +++ b/src/lib/dhcpsrv/tests/test_utils.cc @@ -527,7 +527,6 @@ GenericLeaseMgrTest::testGetLease4NullClientId() { void GenericLeaseMgrTest::testGetLease4HWAddr() { - const LeaseMgr::ParameterMap pmap; // Let's initialize two different leases 4 and just add the first ... Lease4Ptr leaseA = initializeLease4(straddress4_[5]); HWAddr hwaddrA(leaseA->hwaddr_, HTYPE_ETHER);