Skip to content

Commit

Permalink
ignoring unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thezerobit committed Nov 27, 2014
1 parent 1025cc1 commit fff5ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/green-threads.lisp
Expand Up @@ -257,6 +257,7 @@
;; then runs the thread loop
(attach future
(lambda (&rest vals)
(declare (ignore vals))
(setf *thread-queue* (snoc *thread-queue* thread))
(when (not *current-thread*) (thread-loop)))))
(queue-next action thread))))
Expand Down

0 comments on commit fff5ebe

Please sign in to comment.