mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Cleaned up obsolete methods
This commit is contained in:
@ -63,22 +63,6 @@ namespace wsrep
|
|||||||
delete storage_service;
|
delete storage_service;
|
||||||
}
|
}
|
||||||
|
|
||||||
wsrep::client_state* local_client_state() WSREP_OVERRIDE
|
|
||||||
{
|
|
||||||
wsrep::client_state* ret(new wsrep::mock_client(
|
|
||||||
server_state_,
|
|
||||||
wsrep::client_id(++last_client_id_),
|
|
||||||
wsrep::client_state::m_local));
|
|
||||||
ret->open(ret->id());
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
void release_client_state(wsrep::client_state* client_state)
|
|
||||||
WSREP_OVERRIDE
|
|
||||||
{
|
|
||||||
delete client_state;
|
|
||||||
}
|
|
||||||
|
|
||||||
wsrep::high_priority_service* streaming_applier_service(
|
wsrep::high_priority_service* streaming_applier_service(
|
||||||
wsrep::client_service&)
|
wsrep::client_service&)
|
||||||
WSREP_OVERRIDE
|
WSREP_OVERRIDE
|
||||||
|
Reference in New Issue
Block a user