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:
@ -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)
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user