From d141d2a8aa5579cc8d0f42265a9a330f34ea8b22 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 14 Jan 2015 16:25:24 +0900 Subject: [PATCH] Remove unused variable --- repmgr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repmgr.c b/repmgr.c index 81f8a55b..c33dad23 100644 --- a/repmgr.c +++ b/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 */