From: Marcin Siodelski Date: Sat, 7 Jan 2017 15:50:26 +0000 (+0100) Subject: [master] Removed unused parameter. X-Git-Tag: trac5090_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76451257803b834efd22155b6aa118837a8a59f5;p=thirdparty%2Fkea.git [master] Removed unused parameter. This is trivial change so I commit this on my discretion. --- diff --git a/src/lib/dhcpsrv/parsers/host_reservation_parser.cc b/src/lib/dhcpsrv/parsers/host_reservation_parser.cc index 19426fd9de..54b3ea8516 100644 --- a/src/lib/dhcpsrv/parsers/host_reservation_parser.cc +++ b/src/lib/dhcpsrv/parsers/host_reservation_parser.cc @@ -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;