From: Tomek Mrugalski Date: Mon, 9 Jan 2017 14:32:44 +0000 (+0100) Subject: [5020] Obsolete iface_parser removed. X-Git-Tag: trac4540_base~4^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6849e930353dddb87ea2516e9caf705827836db;p=thirdparty%2Fkea.git [5020] Obsolete iface_parser removed. --- diff --git a/src/bin/dhcp4/json_config_parser.cc b/src/bin/dhcp4/json_config_parser.cc index 8370d4a904..2be787e14c 100644 --- a/src/bin/dhcp4/json_config_parser.cc +++ b/src/bin/dhcp4/json_config_parser.cc @@ -533,7 +533,6 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set) { // Please do not change this order! ParserCollection independent_parsers; ParserPtr subnet_parser; - ParserPtr iface_parser; ParserPtr leases_parser; ParserPtr client_classes_parser;