Skip to content
Snippets Groups Projects
Commit c8c064bd authored by Yuriy Vostrikov's avatar Yuriy Vostrikov
Browse files

[core] remove dead code

parent bf61bc82
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,6 @@ bool wal_write(struct recovery_state *r, i64 lsn, struct tbuf *data);
void recovery_setup_panic(struct recovery_state *r, bool on_snap_error, bool on_wal_error);
/* recovery accessors */
struct palloc_pool *recovery_pool(struct recovery_state *r);
int confirm_lsn(struct recovery_state *r, i64 lsn);
int64_t next_lsn(struct recovery_state *r, i64 new_lsn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment