Skip to content
Snippets Groups Projects
Commit 1b0e5052 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

recovery: drop unused recovery_exit

parent 01455946
No related branches found
No related tags found
No related merge requests found
......@@ -169,14 +169,6 @@ recovery_delete(struct recovery *r)
free(r);
}
void
recovery_exit(struct recovery *r)
{
/* Avoid fibers, there is no event loop */
r->watcher = NULL;
recovery_delete(r);
}
/**
* Read all rows in a file starting from the last position.
* Advance the position. If end of file is reached,
......
......@@ -68,10 +68,6 @@ recovery_new(const char *wal_dirname, bool force_recovery,
void
recovery_delete(struct recovery *r);
/* to be called at exit */
void
recovery_exit(struct recovery *r);
void
recovery_follow_local(struct recovery *r, struct xstream *stream,
const char *name, ev_tstamp wal_dir_rescan_delay);
......
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