From: Marcin Siodelski Date: Thu, 17 Jan 2013 09:59:12 +0000 (+0100) Subject: [2637] Removed dead initialization from dhcp4_srv_unittest.cc. X-Git-Tag: bind10-1.0.0-rc-release~29^2~1^2~17^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d482bf70ce2878423df57efd6bbb8138805914;p=thirdparty%2Fkea.git [2637] Removed dead initialization from dhcp4_srv_unittest.cc. --- diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc index bc2246fccb..2a19e07900 100644 --- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc +++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc @@ -878,7 +878,6 @@ TEST_F(Dhcpv4SrvTest, RenewBasic) { // let's create a lease and put it in the LeaseMgr uint8_t hwaddr2[] = { 0, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe}; - uint8_t clientid2[] = { 8, 7, 6, 5, 4, 3, 2, 1 }; Lease4Ptr used(new Lease4(IOAddress("192.0.2.106"), hwaddr2, sizeof(hwaddr2), &client_id_->getDuid()[0], client_id_->getDuid().size(), temp_valid, temp_t1, temp_t2, temp_timestamp,