https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4914c426c7494ada0f93955dcaa1dbf4694e534f
commit 4914c426c7494ada0f93955dcaa1dbf4694e534f Author: Corinna Vinschen <[email protected]> Date: Tue May 26 10:22:41 2020 +0200 Cygwin: drop useless comment Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- 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"
