From: Radoslaw Zarzynski Date: Wed, 27 Oct 2021 16:04:11 +0000 (+0000) Subject: auth: drop unused get_supported_con_modes() from AuthServer. X-Git-Tag: v17.1.0~583^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43689%2Fhead;p=ceph.git auth: drop unused get_supported_con_modes() from AuthServer. In 2d530938753313a776258ff9fa8208db637c9d96 its last user has been removed. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/auth/AuthServer.h b/src/auth/AuthServer.h index d7ca304a6f1a9..a71f6a70a6ccc 100644 --- a/src/auth/AuthServer.h +++ b/src/auth/AuthServer.h @@ -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 *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,