mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Remove unused variable
This commit is contained in:
3
repmgr.c
3
repmgr.c
@@ -2389,8 +2389,7 @@ check_server_version(PGconn *conn, char *server_type, bool exit_on_error, char *
|
||||
static bool
|
||||
check_upstream_config(PGconn *conn, bool exit_on_error)
|
||||
{
|
||||
int i,
|
||||
is_standby_retval;
|
||||
int i;
|
||||
bool config_ok = true;
|
||||
|
||||
/* XXX check user is qualified to perform base backup */
|
||||
|
||||
Reference in New Issue
Block a user