aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgodbout2023-01-04 20:52:29 +0000
committerjgodbout2023-01-04 20:52:36 +0000
commit531ad6bcd4daef831b299c4129caf2eedeb79245 (patch)
treefa0e09922f505853328ace4bff5adbb6b46f664a
parent43158d8c0eca7e36857dfe8bb49f81881038a78d (diff)
Remove the todo waiting for a portable semaphore-countHEADmaster
It's not going to happen. PiperOrigin-RevId: 499556697
-rw-r--r--koans-solved/threads.lisp3
-rw-r--r--koans/threads.lisp3
2 files changed, 0 insertions, 6 deletions
diff --git a/koans-solved/threads.lisp b/koans-solved/threads.lisp
index 318e39f..bc1eeeb 100644
--- a/koans-solved/threads.lisp
+++ b/koans-solved/threads.lisp
@@ -18,9 +18,6 @@
;;; If you are using Quicklisp, please feel free to enable this lesson by
;;; following the instructions in the README.
-;;; TODO: wait for Bordeaux Threads to implement a portable SEMAPHORE-COUNT
-;;; and use it in the semaphore koans.
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-test thread-return-value
diff --git a/koans/threads.lisp b/koans/threads.lisp
index 318e39f..bc1eeeb 100644
--- a/koans/threads.lisp
+++ b/koans/threads.lisp
@@ -18,9 +18,6 @@
;;; If you are using Quicklisp, please feel free to enable this lesson by
;;; following the instructions in the README.
-;;; TODO: wait for Bordeaux Threads to implement a portable SEMAPHORE-COUNT
-;;; and use it in the semaphore koans.
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-test thread-return-value