]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[remove-unused-variable-20191025-2] [fix2] Removed unused variables
authorFrancis Dupont <fdupont@isc.org>
Fri, 25 Oct 2019 12:25:34 +0000 (14:25 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 25 Oct 2019 12:25:34 +0000 (14:25 +0200)
src/lib/dhcpsrv/tests/d2_client_unittest.cc

index 97c5633d1f8e8b79511ff6cf7b9cd0248b5ec99c..67509d6549588b72359b7591be608c6f70034cf8 100644 (file)
@@ -77,10 +77,6 @@ TEST(D2ClientConfigTest, constructorsAndAccessors) {
     size_t max_queue_size = 2048;
     dhcp_ddns::NameChangeProtocol ncr_protocol = dhcp_ddns::NCR_UDP;
     dhcp_ddns::NameChangeFormat ncr_format = dhcp_ddns::FMT_JSON;
-    bool override_no_update = true;
-    bool override_client_update = true;
-    D2ClientConfig::ReplaceClientNameMode replace_client_name_mode = D2ClientConfig::
-                                                                     RCM_WHEN_PRESENT;
     std::string generated_prefix = "the_prefix";
     std::string qualifying_suffix = "the.suffix.";
     std::string hostname_char_set = "[^A-Z]";