From: Marcin Siodelski Date: Wed, 1 Jun 2016 16:08:52 +0000 (+0200) Subject: [4281] Removed unused variable. X-Git-Tag: trac4106_update_base~7^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be01b85b85797d754cb5ebd36050fb43b301b8ae;p=thirdparty%2Fkea.git [4281] Removed unused variable. --- diff --git a/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc index d8d53d62fb..03e79270a2 100644 --- a/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc +++ b/src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc @@ -1143,8 +1143,6 @@ void GenericHostDataSourceTest::testOptionsReservations46(const bool formatted) ASSERT_NO_THROW(addTestOptions(host, formatted, DHCP4_AND_DHCP6)); // Insert host, options and IPv6 reservations into respective tables. ASSERT_NO_THROW(hdsptr_->add(host)); - // Subnet id will be used in queries to the database. - SubnetID subnet_id = host->getIPv6SubnetID(); // getAll(identifier_type, identifier, identifier_size) ConstHostCollection hosts_by_id = hdsptr_->getAll(host->getIdentifierType(),