]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2852] Remove unused variable
authorMukund Sivaraman <muks@isc.org>
Tue, 7 May 2013 06:22:09 +0000 (11:52 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 23 May 2013 14:18:33 +0000 (19:48 +0530)
src/lib/datasrc/tests/client_list_unittest.cc

index f57aa30834ae240360492c382de7411cc2b5d0a8..550420bfec0bd54acaffd3f354c408840fabb334 100644 (file)
@@ -121,8 +121,7 @@ public:
             "   \"type\": \"test_type\","
             "   \"params\": [\"example.org\", \"example.com\", "
             "                \"noiter.org\", \"null.org\"]"
-            "}]")),
-        ztable_segment_(ZoneTableSegment::create(rrclass_, "local"))
+            "}]"))
     {
         for (size_t i(0); i < ds_count; ++ i) {
             shared_ptr<MockDataSourceClient>
@@ -261,7 +260,6 @@ public:
     vector<shared_ptr<MockDataSourceClient> > ds_;
     vector<ConfigurableClientList::DataSourceInfo> ds_info_;
     const ConstElementPtr config_elem_, config_elem_zones_;
-    shared_ptr<ZoneTableSegment> ztable_segment_;
 };
 
 // Test the test itself