summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/thread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index d69967bde8..9b35b85f91 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -543,15 +543,6 @@ typedef struct {
* @brief The current thread life state.
*/
Thread_Life_state state;
-
- /**
- * @brief The terminator thread of this thread.
- *
- * In case the thread is terminated and another thread (the terminator) waits
- * for the actual termination completion, then this field references the
- * terminator thread.
- */
- Thread_Control *terminator;
} Thread_Life_control;
#if defined(RTEMS_SMP)