]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5019_rebase] Removed obsolete duplicate_option_warning
authorTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jan 2017 14:19:47 +0000 (15:19 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jan 2017 14:19:47 +0000 (15:19 +0100)
src/lib/dhcpsrv/parsers/dhcp_parsers.h

index b347b91edd413000476e8e550ea92f6a340d970f..af11df151e4611f70b71a1d0350b6f4f3ca0621d 100644 (file)
@@ -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.
     ///