Browse Source

[1976] Remove unused member variable

Mukund Sivaraman 12 years ago
parent
commit
c7462ec728
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/bin/auth/tests/auth_srv_unittest.cc

+ 0 - 2
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_;