From: Mukund Sivaraman Date: Tue, 17 Jul 2012 05:48:31 +0000 (+0530) Subject: [1976] Remove unused member variable X-Git-Tag: trac2351_base~97^2~7^2~2^2~21^2^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7462ec728933bfc3fcbc143f37f2284cabc0ab7;p=thirdparty%2Fkea.git [1976] Remove unused member variable --- diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index bd315047e2..c8b870a70b 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 response_data; AddressList address_store_; TestSocketRequestor sock_requestor_;