BIND 10 trac1976-cont-3, updated. c7462ec728933bfc3fcbc143f37f2284cabc0ab7 [1976] Remove unused member variable
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 17 05:49:02 UTC 2012
The branch, trac1976-cont-3 has been updated
via c7462ec728933bfc3fcbc143f37f2284cabc0ab7 (commit)
from 6adec616524f9cc43a399d58f38d14907b19cc79 (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 c7462ec728933bfc3fcbc143f37f2284cabc0ab7
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jul 17 11:18:31 2012 +0530
[1976] Remove unused member variable
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/auth_srv_unittest.cc | 2 --
1 file changed, 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index bd31504..c8b870a 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -92,7 +92,6 @@ protected:
AuthSrvTest() :
dnss_(),
server(true, xfrout, ddns_forwarder),
- rrclass(RRClass::IN()),
// The empty string is expected value of the parameter of
// requestSocket, not the app_name (there's no fallback, it checks
// the empty string is passed).
@@ -182,7 +181,6 @@ protected:
MockXfroutClient xfrout;
MockSocketSessionForwarder ddns_forwarder;
AuthSrv server;
- const RRClass rrclass;
vector<uint8_t> response_data;
AddressList address_store_;
TestSocketRequestor sock_requestor_;
More information about the bind10-changes
mailing list