From 00bf4d61faf817691530828b70cf4d1a4a5ed0ea Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 15 Oct 2020 10:54:18 +0900 Subject: [PATCH] Remove unused code --- configfile-scan.l | 2 -- 1 file changed, 2 deletions(-) diff --git a/configfile-scan.l b/configfile-scan.l index 1c029aed..d697b8c5 100644 --- a/configfile-scan.l +++ b/configfile-scan.l @@ -109,8 +109,6 @@ ProcessRepmgrConfigFile(const char *config_file, const char *base_dir, ItemList extern bool ProcessPostgresConfigFile(const char *config_file, const char *base_dir, KeyValueList *contents, ItemList *error_list, ItemList *warning_list) { - //printf("ProcessPostgresConfigFile(): base: %s file: %s\n", base_dir, config_file); - return ProcessConfigFile(base_dir, config_file, NULL, true, 0, contents, error_list, warning_list); }