mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Remove unused parameter
This commit is contained in:
parent
debbde6849
commit
8a9a14dca0
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@
|
|||
))))
|
||||
|
||||
(define (make-thread-pool size . opts)
|
||||
(let ((tp (%make-thread-pool (make-shared-queue) '() size))
|
||||
(let ((tp (%make-thread-pool (make-shared-queue) '()))
|
||||
(handler (if (and (pair? opts)
|
||||
(procedure? (car opts)))
|
||||
(car opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue