Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
76451257
Commit
76451257
authored
Jan 07, 2017
by
Marcin Siodelski
Browse files
[master] Removed unused parameter.
This is trivial change so I commit this on my discretion.
parent
b55841b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/parsers/host_reservation_parser.cc
View file @
76451257
...
...
@@ -101,7 +101,7 @@ HostReservationParser::parse(const SubnetID& subnet_id,
}
void
HostReservationParser
::
parseInternal
(
const
SubnetID
&
subnet_id
,
HostReservationParser
::
parseInternal
(
const
SubnetID
&
,
isc
::
data
::
ConstElementPtr
reservation_data
)
{
std
::
string
identifier
;
std
::
string
identifier_name
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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