From 1ca63aa729fa420316defc4771deb3695fef5755 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 1 Sep 2015 06:47:59 -0700 Subject: Remove useless comment that contains two typos. --- lib.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib.c b/lib.c index d3354e21..75240308 100644 --- a/lib.c +++ b/lib.c @@ -7442,10 +7442,6 @@ val time_sec_usec(void) } #if !HAVE_GMTIME_R -/* - * Ugly hacks for MingW, which uses the Microsft C Run Time Library, - * whic in turn is stuck in the Dark Ages * without _r functions. - */ struct tm *gmtime_r(const time_t *timep, struct tm *result); struct tm *localtime_r(const time_t *timep, struct tm *result); -- cgit v1.2.3