Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
be01b85b
Commit
be01b85b
authored
Jun 01, 2016
by
Marcin Siodelski
Browse files
[4281] Removed unused variable.
parent
e31b31bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
View file @
be01b85b
...
...
@@ -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
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment