X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fthread.lisp;h=7a2e567a02526a78193f3eeff1847a4e33028811;hb=d3af5593ffff1c39a2f8fa8113704803f347e22f;hp=887ef3e93c5172fe84b198aebcdb4d71eab93871;hpb=00616528986d795d1335a0591371e1ac9d958eed;p=sbcl.git diff --git a/src/code/thread.lisp b/src/code/thread.lisp index 887ef3e..7a2e567 100644 --- a/src/code/thread.lisp +++ b/src/code/thread.lisp @@ -21,7 +21,6 @@ in future versions." (name nil :type (or thread-name null)) (%alive-p nil :type boolean) (os-thread nil :type (or integer null)) - (whostate nil :type (or null simple-string)) (interruptions nil :type list) (result nil :type list) (interruptions-lock