BIND 10 trac2591, updated. 4f3158323950fd4c5bbccfdfcb33b5bb48e01dbc [2591] Minor: removed unused variable.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 22 19:51:38 UTC 2013


The branch, trac2591 has been updated
       via  4f3158323950fd4c5bbccfdfcb33b5bb48e01dbc (commit)
      from  e0ffe686d622e43dfbf3e286252044d1fd20a6ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4f3158323950fd4c5bbccfdfcb33b5bb48e01dbc
Author: Marcin Siodelski <marcin at isc.org>
Date:   Tue Jan 22 20:51:30 2013 +0100

    [2591] Minor: removed unused variable.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp4/tests/dhcp4_srv_unittest.cc |    1 -
 1 file changed, 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
index 3772306..2099800 100644
--- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
+++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
@@ -93,7 +93,6 @@ public:
             OptionUint8ArrayPtr(new OptionUint8Array(Option::V4,
                                                      DHO_DHCP_PARAMETER_REQUEST_LIST));
 
-        std::vector<uint8_t> opts;
         // Let's request options that have been configured for the subnet.
         option_prl->addValue(DHO_DOMAIN_NAME_SERVERS);
         option_prl->addValue(DHO_DOMAIN_NAME);



More information about the bind10-changes mailing list