X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcross-thread.lisp;h=461f02dab1ca1864ff9d1b53b05ff728e1236357;hb=d6f9676ae94419cb5544c45821a8d31adbc1fbe8;hp=743357a66fd26a0ee1fd5dc2148b1bc340e5b0ce;hpb=a6e22347785e8ce3eaf13013cfc69d6aac9c8c0e;p=sbcl.git diff --git a/src/code/cross-thread.lisp b/src/code/cross-thread.lisp index 743357a..461f02d 100644 --- a/src/code/cross-thread.lisp +++ b/src/code/cross-thread.lisp @@ -15,9 +15,6 @@ (declare (ignore name value)) nil) -#!+(and sb-lutex sb-thread) -(defun make-lutex () nil) - (defmacro with-mutex ((mutex) &body body) (declare (ignore mutex)) `(locally ,@body))