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

Removed dead code

This commit is contained in:
Teemu Ollakka
2018-10-03 13:13:06 +03:00
parent 31f244c3b3
commit 272de0c6af
3 changed files with 0 additions and 20 deletions

View File

@ -5,14 +5,6 @@
#include "mock_high_priority_service.hpp"
#include "mock_server_state.hpp"
int wsrep::mock_high_priority_service::apply(
const wsrep::ws_handle& ws_handle,
const wsrep::ws_meta& ws_meta,
const wsrep::const_buffer& data)
{
return server_state_.on_apply(*this, ws_handle, ws_meta, data);
}
int wsrep::mock_high_priority_service::start_transaction(
const wsrep::ws_handle& ws_handle, const wsrep::ws_meta& ws_meta)
{