From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id EA7763896156; Tue, 26 May 2020 08:22:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA7763896156 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: drop useless comment X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 36b8811c3ec134a8ec06f55813f674b9a978d9b2 X-Git-Newrev: 4914c426c7494ada0f93955dcaa1dbf4694e534f Message-Id: <20200526082254.EA7763896156@sourceware.org> Date: Tue, 26 May 2020 08:22:54 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 08:22:55 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4914c426c7494ada0f93955dcaa1dbf4694e534f commit 4914c426c7494ada0f93955dcaa1dbf4694e534f Author: Corinna Vinschen Date: Tue May 26 10:22:41 2020 +0200 Cygwin: drop useless comment Signed-off-by: Corinna Vinschen 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"