From dadd7cd2fdc266d4f7fae99d445fc25a410a8b6f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 22 Sep 2014 12:01:49 +0200 Subject: score: Delete Thread_Wait_information::Block2n This field is no longer used. --- cpukit/score/include/rtems/score/thread.h | 4 ---- 1 file changed, 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; -- cgit v1.2.3