From 7f7424329eafab755381bc638c2cdddc152a909b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 31 Oct 2016 08:22:02 +0100 Subject: score: Delete Thread_Scheduler_control::own_node Update #2556. --- cpukit/score/include/rtems/score/thread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 76cc333782..37b978818e 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -268,14 +268,6 @@ typedef struct { */ const struct Scheduler_Control *control; - /** - * @brief The own scheduler node of this thread. - * - * This field is constant after initialization. It is used by change - * priority and ask for help operations. - */ - Scheduler_Node *own_node; - /** * @brief The processor assigned by the current scheduler. */ -- cgit v1.2.3