Commit 5e3cde59 authored by Yossi Gottlieb's avatar Yossi Gottlieb
Browse files

Remove duplicate raft_get_last_applied_entry().

This fails the fuzzer tests.
parent 519d47ad
......@@ -768,8 +768,6 @@ int raft_entry_is_voting_cfg_change(raft_entry_t* ety);
* @return 1 if this is a configuration change. */
int raft_entry_is_cfg_change(raft_entry_t* ety);
raft_entry_t *raft_get_last_applied_entry(raft_server_t *me_);
/** Begin snapshotting.
*
* 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