Browse Source

[2852] Remove unused variable

Mukund Sivaraman 12 years ago
parent
commit
47a2fe257c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/lib/datasrc/tests/client_list_unittest.cc

+ 1 - 3
src/lib/datasrc/tests/client_list_unittest.cc

@@ -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