score: Delete Thread_Wait_information::Block2n

This field is no longer used.
This commit is contained in:
Sebastian Huber
2014-09-22 12:01:49 +02:00
parent 90ce69b0f1
commit dadd7cd2fd

View File

@@ -286,10 +286,6 @@ typedef struct {
*/
uint32_t return_code;
/** This field is the chain header for the second through Nth tasks
* of the same priority blocked waiting on the same object.
*/
Chain_Control Block2n;
/** This field points to the thread queue on which this thread is blocked. */
Thread_queue_Control *queue;
} Thread_Wait_information;