From 886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Mar 2014 01:34:42 -0400 Subject: C comments: remove odd blank lines after #ifdef WIN32 lines --- src/backend/access/transam/xlog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 141edf43278..5f3c3b9be1e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -4182,7 +4182,6 @@ RemoveOldXlogFiles(XLogSegNo segno, XLogRecPtr endptr) xlde->d_name))); #ifdef WIN32 - /* * On Windows, if another process (e.g another backend) * holds the file open in FILE_SHARE_DELETE mode, unlink -- cgit v1.2.3