]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: drop unused get_supported_con_modes() from AuthServer. 43689/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 27 Oct 2021 16:04:11 +0000 (16:04 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 27 Oct 2021 16:08:08 +0000 (16:08 +0000)
In 2d530938753313a776258ff9fa8208db637c9d96 its last user has
been removed.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/auth/AuthServer.h

index d7ca304a6f1a9a451cf8de78c332529349306e69..a71f6a70a6cccf6769b126d70b52c20a2dcbb8b7 100644 (file)
@@ -25,14 +25,6 @@ public:
     auth_registry.get_supported_methods(peer_type, methods, modes);
   }
 
-  /// Get support connection modes for the given peer type and auth method
-  virtual void get_supported_con_modes(
-    int peer_type,
-    uint32_t auth_method,
-    std::vector<uint32_t> *modes) {
-    auth_registry.get_supported_modes(peer_type, auth_method, modes);
-  }
-
   /// Get support connection modes for the given peer type and auth method
   virtual uint32_t pick_con_mode(
     int peer_type,