summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-01 06:47:59 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-01 06:47:59 -0700
commit1ca63aa729fa420316defc4771deb3695fef5755 (patch)
treed3558b3f55c68b553df095b6d90ffe3493906527 /lib.c
parent4f5154e6e22f133edf3a43b61eb44e789c425c45 (diff)
downloadtxr-1ca63aa729fa420316defc4771deb3695fef5755.tar.gz
txr-1ca63aa729fa420316defc4771deb3695fef5755.tar.bz2
txr-1ca63aa729fa420316defc4771deb3695fef5755.zip
Remove useless comment that contains two typos.
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 0 insertions, 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);