Remove unused variable

This commit is contained in:
Ian Barwick
2015-01-14 16:25:24 +09:00
parent fc6f5ddaa7
commit d141d2a8aa

View File

@@ -2389,8 +2389,7 @@ check_server_version(PGconn *conn, char *server_type, bool exit_on_error, char *
static bool static bool
check_upstream_config(PGconn *conn, bool exit_on_error) check_upstream_config(PGconn *conn, bool exit_on_error)
{ {
int i, int i;
is_standby_retval;
bool config_ok = true; bool config_ok = true;
/* XXX check user is qualified to perform base backup */ /* XXX check user is qualified to perform base backup */