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