From fadce3720a0583f23f8336479f618bf93532492f Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Thu, 21 Sep 2023 22:56:11 +0300 Subject: [PATCH] Remove has_streaming_log() --- include/wsrep/provider.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wsrep/provider.hpp b/include/wsrep/provider.hpp index ff04415..6f5fc34 100644 --- a/include/wsrep/provider.hpp +++ b/include/wsrep/provider.hpp @@ -290,10 +290,6 @@ namespace wsrep static std::string str(int); }; - bool has_streaming_log() const { - return (capabilities() & capability::streaming_log) != 0; - } - provider(wsrep::server_state& server_state) : server_state_(server_state) { }