From: Tomek Mrugalski Date: Thu, 26 Jan 2017 14:19:47 +0000 (+0100) Subject: [5019_rebase] Removed obsolete duplicate_option_warning X-Git-Tag: trac3389_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c4f9c228cc3a1ba3af7ea6ecb95608130ca588;p=thirdparty%2Fkea.git [5019_rebase] Removed obsolete duplicate_option_warning --- diff --git a/src/lib/dhcpsrv/parsers/dhcp_parsers.h b/src/lib/dhcpsrv/parsers/dhcp_parsers.h index b347b91edd..af11df151e 100644 --- a/src/lib/dhcpsrv/parsers/dhcp_parsers.h +++ b/src/lib/dhcpsrv/parsers/dhcp_parsers.h @@ -843,16 +843,6 @@ protected: virtual DhcpConfigParser* createSubnetConfigParser(const std::string& config_id) = 0; - /// @brief Issues a server specific warning regarding duplicate subnet - /// options. - /// - /// @param code is the numeric option code of the duplicate option - /// @param addr is the subnet address - /// @todo a means to know the correct logger and perhaps a common - /// message would allow this method to be emitted by the base class. - virtual void duplicate_option_warning(uint32_t code, - isc::asiolink::IOAddress& addr) = 0; - /// @brief Instantiates the subnet based on a given IP prefix and prefix /// length. ///