]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2637] Removed dead initialization from dhcp4_srv_unittest.cc.
authorMarcin Siodelski <marcin@isc.org>
Thu, 17 Jan 2013 09:59:12 +0000 (10:59 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 17 Jan 2013 09:59:12 +0000 (10:59 +0100)
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

index bc2246fccb122c06c44c042737df77b9f59d59c8..2a19e0790061e69059c05f4ad8f7763fe882b796 100644 (file)
@@ -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,