mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Remove has_streaming_log()
This commit is contained in:
@ -290,10 +290,6 @@ namespace wsrep
|
|||||||
static std::string str(int);
|
static std::string str(int);
|
||||||
};
|
};
|
||||||
|
|
||||||
bool has_streaming_log() const {
|
|
||||||
return (capabilities() & capability::streaming_log) != 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
provider(wsrep::server_state& server_state)
|
provider(wsrep::server_state& server_state)
|
||||||
: server_state_(server_state)
|
: server_state_(server_state)
|
||||||
{ }
|
{ }
|
||||||
|
Reference in New Issue
Block a user