mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Remove unused variable
This commit is contained in:
1
repmgr.c
1
repmgr.c
@@ -106,7 +106,6 @@ static void print_error_list(ErrorList *error_list, int log_level);
|
|||||||
static void help(void);
|
static void help(void);
|
||||||
|
|
||||||
/* Global variables */
|
/* Global variables */
|
||||||
//static const char *progname;
|
|
||||||
static const char *keywords[6];
|
static const char *keywords[6];
|
||||||
static const char *values[6];
|
static const char *values[6];
|
||||||
static bool config_file_required = true;
|
static bool config_file_required = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user