Skip to content

Commit

Permalink
abcl: remove commented out code block
Browse files Browse the repository at this point in the history
  • Loading branch information
easye authored and dkochmanski committed Jun 25, 2020
1 parent 1f8b49f commit bfed9f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dependent.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -634,13 +634,6 @@
`(threads:with-thread-lock (,lock)
,@body))

#+(or) ;; How to implement a timeout?
(defmacro holding-lock ((lock display &optional (whostate "CLX wait")
&key timeout)
&body body)
(declare (ignore display whostate))
(threads:with-thread-lock (lock)))

;;; WITHOUT-ABORTS

;;; If you can inhibit asynchronous keyboard aborts inside the body of this
Expand Down

0 comments on commit bfed9f0

Please sign in to comment.