]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monc: remove unused AuthAuthorizeHandlerRegistry
authorJohn Spray <john.spray@redhat.com>
Tue, 24 May 2016 21:27:45 +0000 (22:27 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:26:50 +0000 (17:26 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MonClient.cc
src/mon/MonClient.h

index 631b3188a3e2ffe328dd947dfc8bee6236e5f30d..19b76405a96d5c70117a293bba240ccd39175a44 100644 (file)
@@ -49,7 +49,6 @@ MonClient::MonClient(CephContext *cct_) :
   rng(getpid()),
   monc_lock("MonClient::monc_lock"),
   timer(cct_, monc_lock), finisher(cct_),
-  authorize_handler_registry(NULL),
   initialized(false),
   no_keyring_disabled_cephx(false),
   log_client(NULL),
index 4adf0260cf0e29d4b6e6632bdf3902f967514c06..dd88fb0fcc24acc653191fabdf5ebfdb7364fe65 100644 (file)
@@ -38,7 +38,6 @@ class MAuthRotating;
 class MPing;
 class LogClient;
 class AuthSupported;
-class AuthAuthorizeHandlerRegistry;
 class AuthMethodList;
 class Messenger;
 // class RotatingKeyRing;
@@ -126,10 +125,6 @@ private:
   SafeTimer timer;
   Finisher finisher;
 
-  // Added to support session signatures.  PLR
-
-  AuthAuthorizeHandlerRegistry *authorize_handler_registry;
-
   bool initialized;
   bool no_keyring_disabled_cephx;