Browse Source

[2108] Remove unused variable (reported by cppcheck)

Mukund Sivaraman 12 years ago
parent
commit
70f25f4ac5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

+ 0 - 1
src/lib/datasrc/memory/tests/memory_client_unittest.cc

@@ -122,7 +122,6 @@ protected:
     const RRClass zclass_;
     TestMemorySegment mem_sgmt_;
     InMemoryClient* client_;
-    memory::ZoneTable* zone_table;
 };
 
 TEST_F(MemoryClientTest, loadRRsetDoesntMatchOrigin) {