From 5b5b4cd4cdd788f4967e537896a4b26e745c1be6 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 8 Jan 2015 09:51:53 +0900 Subject: [PATCH] Remove redundant comment --- repmgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 56bc2ee1..2e5260f0 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1782,7 +1782,6 @@ create_recovery_file(const char *data_dir) } } - /* FreeFile(recovery_file); */ fclose(recovery_file); return true;