From a578cedea38e14add20561af81607f6d63dd9c08 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Wed, 27 Oct 2021 16:04:11 +0000 Subject: [PATCH] auth: drop unused get_supported_con_modes() from AuthServer. In 2d530938753313a776258ff9fa8208db637c9d96 its last user has been removed. Signed-off-by: Radoslaw Zarzynski --- src/auth/AuthServer.h | 8 -------- 1 file changed, 8 deletions(-) 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, -- 2.39.5