Skip to content

Commit bfed9f0

Browse files
easyedkochmanski
authored andcommitted
1 parent 1f8b49f commit bfed9f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dependent.lisp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -634,13 +634,6 @@
634634
`(threads:with-thread-lock (,lock)
635635
,@body))
636636

637-
#+(or) ;; How to implement a timeout?
638-
(defmacro holding-lock ((lock display &optional (whostate "CLX wait")
639-
&key timeout)
640-
&body body)
641-
(declare (ignore display whostate))
642-
(threads:with-thread-lock (lock)))
643-
644637
;;; WITHOUT-ABORTS
645638

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

0 commit comments

Comments
 (0)