1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Remove has_streaming_log()

This commit is contained in:
Teemu Ollakka
2023-09-21 22:56:11 +03:00
parent 349a9e51db
commit fadce3720a

View File

@ -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)
{ }