Browse Source

[2591] Minor: removed unused variable.

Marcin Siodelski 12 years ago
parent
commit
4f31583239
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

+ 0 - 1
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);