summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index be357895dd..456df35686 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -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;