mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-21 12:22:06 +03:00
Clean up last_committed_gtid() which is not used anywhere
This commit is contained in:
@ -387,16 +387,6 @@ namespace wsrep
|
||||
*/
|
||||
const wsrep::view& current_view() const { return current_view_; }
|
||||
|
||||
/**
|
||||
* Set last committed GTID.
|
||||
*/
|
||||
void last_committed_gtid(const wsrep::gtid&);
|
||||
/**
|
||||
* Return the last committed GTID known to be committed
|
||||
* on server.
|
||||
*/
|
||||
wsrep::gtid last_committed_gtid() const;
|
||||
|
||||
/**
|
||||
* Wait until all the write sets up to given GTID have been
|
||||
* committed.
|
||||
|
Reference in New Issue
Block a user