]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1976] Remove unused member variable
authorMukund Sivaraman <muks@isc.org>
Tue, 17 Jul 2012 05:48:31 +0000 (11:18 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 17 Jul 2012 05:48:31 +0000 (11:18 +0530)
src/bin/auth/tests/auth_srv_unittest.cc

index bd315047e26eee965d8e10e18b05cd0b5c2e2e37..c8b870a70b0919e0bce425308768fa7a51dee90e 100644 (file)
@@ -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_;