From 4914c426c7494ada0f93955dcaa1dbf4694e534f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 26 May 2020 10:22:41 +0200 Subject: [PATCH] Cygwin: drop useless comment Signed-off-by: Corinna Vinschen --- winsup/cygwin/tzcode/localtime_wrapper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/winsup/cygwin/tzcode/localtime_wrapper.c b/winsup/cygwin/tzcode/localtime_wrapper.c index 1c7cd928d..3ac8f8cb0 100644 --- a/winsup/cygwin/tzcode/localtime_wrapper.c +++ b/winsup/cygwin/tzcode/localtime_wrapper.c @@ -109,8 +109,6 @@ tzgetwintzi (char *wildabbr, char *outbuf) return outbuf; } -// Get ready to wrap NetBSD's localtime.c - // Pull these in early to catch any small issues before the real test #include "private.h" #include "tzfile.h"