From 7ae0df9c85c33c10f67b9cbcc6464d8cc5605843 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 23 Nov 2015 16:42:53 +0900 Subject: [PATCH] Remove unused variable --- repmgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 6d38dd28..4e8b0b82 100644 --- a/repmgr.c +++ b/repmgr.c @@ -106,7 +106,6 @@ static void print_error_list(ErrorList *error_list, int log_level); static void help(void); /* Global variables */ -//static const char *progname; static const char *keywords[6]; static const char *values[6]; static bool config_file_required = true;