X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fthread.lisp;h=7a2e567a02526a78193f3eeff1847a4e33028811;hb=cf8e7223bce9948aaa764fd407871f0c441b3097;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