aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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