BIND 10 trac2108_3, updated. 70f25f4ac5d30d17d87c8be3b138d29c081eaee4 [2108] Remove unused variable (reported by cppcheck)
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Sep 14 05:50:16 UTC 2012
The branch, trac2108_3 has been updated
via 70f25f4ac5d30d17d87c8be3b138d29c081eaee4 (commit)
from 6919cf078b8864752a438346b662ace8d4acaa59 (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 70f25f4ac5d30d17d87c8be3b138d29c081eaee4
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Sep 14 11:20:05 2012 +0530
[2108] Remove unused variable (reported by cppcheck)
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/memory/tests/memory_client_unittest.cc | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/memory_client_unittest.cc b/src/lib/datasrc/memory/tests/memory_client_unittest.cc
index 86dd674..6952a71 100644
--- a/src/lib/datasrc/memory/tests/memory_client_unittest.cc
+++ b/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) {
More information about the bind10-changes
mailing list