summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-23 16:13:41 +0200
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:04 -0400
commite580893ab8b76ff4b6582b1fb2ed55cc9742d5a2 (patch)
treebf3213f4091f3afcaf5318b64173127d8ebc6122
parentaa4d84d556b39715ebc1a7860a620ec5a7d9beeb (diff)
downloadhaskell-e580893ab8b76ff4b6582b1fb2ed55cc9742d5a2.tar.gz
winio: Remove obsolete comment about cond. variables
-rw-r--r--rts/win32/OSThreads.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rts/win32/OSThreads.c b/rts/win32/OSThreads.c
index 706237363a..5167ffc105 100644
--- a/rts/win32/OSThreads.c
+++ b/rts/win32/OSThreads.c
@@ -513,11 +513,6 @@ KernelThreadId kernelThreadId (void)
/* A Condition is represented by a Win32 Event object;
* a Mutex by a Mutex kernel object.
- *
- * ToDo: go through the defn and usage of these to
- * make sure the semantics match up with that of
- * the (assumed) pthreads behaviour. This is really
- * just a first pass at getting something compilable.
*/
void