Browse Source

[3295] Removed unused constant from DHCPv6 server code.

Marcin Siodelski 11 years ago
parent
commit
93fb1303d8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/bin/dhcp6/dhcp6_srv.cc

+ 0 - 3
src/bin/dhcp6/dhcp6_srv.cc

@@ -104,9 +104,6 @@ namespace {
 // DHCPv6 Client FQDN Option sent by a client. They will be removed
 // when DDNS parameters for DHCPv6 are implemented with the ticket #3034.
 
-// Should server always include the FQDN option in its response, regardless
-// if it has been requested in ORO (Disabled).
-const bool FQDN_ALWAYS_INCLUDE = false;
 // Enable AAAA RR update delegation to the client (Disabled).
 const bool FQDN_ALLOW_CLIENT_UPDATE = false;
 // Globally enable updates (Enabled).