Commit 6cdad4a8 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by Willem
Browse files

Remove duplicate raft_get_last_applied_entry(). (#55)

This fails the fuzzer tests.
parent 8e9d6c65
...@@ -765,8 +765,6 @@ int raft_entry_is_voting_cfg_change(raft_entry_t* ety); ...@@ -765,8 +765,6 @@ int raft_entry_is_voting_cfg_change(raft_entry_t* ety);
* @return 1 if this is a configuration change. */ * @return 1 if this is a configuration change. */
int raft_entry_is_cfg_change(raft_entry_t* ety); int raft_entry_is_cfg_change(raft_entry_t* ety);
raft_entry_t *raft_get_last_applied_entry(raft_server_t *me_);
/** Begin snapshotting. /** Begin snapshotting.
* *
* While snapshotting, raft will: * While snapshotting, raft will:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment