X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fthread.h;h=78367d4163d1bc2343b1d35d03e0d147d2a31566;hb=d4d6c4b16a3655ce99a87d43f411391363531260;hp=2815abd52f8830a1d59595d5dcf15c8ea6c1ce6e;hpb=9aa5b376fc754246caac367407d158a11a5dc355;p=sbcl.git diff --git a/src/runtime/thread.h b/src/runtime/thread.h index 2815abd..78367d4 100644 --- a/src/runtime/thread.h +++ b/src/runtime/thread.h @@ -18,7 +18,6 @@ struct alloc_region { }; #include "genesis/static-symbols.h" #include "genesis/thread.h" -#define STATE_STARTING (make_fixnum(0)) #define STATE_RUNNING (make_fixnum(1)) #define STATE_SUSPENDED (make_fixnum(2)) #define STATE_DEAD (make_fixnum(3))