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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 8672fddfd2..ee19c0430f 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -404,12 +404,6 @@ typedef struct {
Thread_queue_MP_callout thread_queue_callout;
/**
- * @brief Thread queue object identifier for
- * _Thread_queue_Enqueue_critical().
- */
- Objects_Id thread_queue_id;
-
- /**
* @brief This field is used to manage the set of active proxies in the system.
*/
RBTree_Node Active;