Browse Source

[5019_rebase] Removed obsolete duplicate_option_warning

Tomek Mrugalski 8 years ago
parent
commit
b5c4f9c228
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/lib/dhcpsrv/parsers/dhcp_parsers.h

+ 0 - 10
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.
     ///