Merged to new trunk.
[cacao.git] / src / threads / posix / thread-posix.h
index 40f7fcd02528ad9937190a7d3ca9c67cf8666138..45d05eca4407779363f6c553befb969e35141446 100644 (file)
@@ -138,7 +138,6 @@ struct threadobject {
 
        bool                  interrupted;
        bool                  signaled;
-       bool                  sleeping;
 
        bool                  suspended;    /* is this thread suspended?          */
        s4                    suspend_reason; /* reason for suspending            */