From 07c54c296c41397fbb517e27105b7d19de0f3ca6 Mon Sep 17 00:00:00 2001 From: Christian Kruse Date: Thu, 6 Mar 2014 18:24:55 +0100 Subject: [PATCH] removed old comment --- repmgrd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index 2deee13e..3af7cf0d 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -104,10 +104,6 @@ bool failover_done = false; char *pid_file = NULL; -/* - * should initialize with {0} to be ANSI complaint ? but this raises - * error with gcc -Wall - */ t_configuration_options config = T_CONFIGURATION_OPTIONS_INITIALIZER; static void help(const char *progname);