[rtems commit] score: Delete Thread_Wait_information::Block2n

Sebastian Huber sebh at rtems.org
Tue Sep 23 08:42:48 UTC 2014


Module:    rtems
Branch:    master
Commit:    dadd7cd2fdc266d4f7fae99d445fc25a410a8b6f
Changeset: http://git.rtems.org/rtems/commit/?id=dadd7cd2fdc266d4f7fae99d445fc25a410a8b6f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Sep 22 12:01:49 2014 +0200

score: Delete Thread_Wait_information::Block2n

This field is no longer used.

---

 cpukit/score/include/rtems/score/thread.h |    4 ----
 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 be35789..456df35 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;



More information about the vc mailing list