summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/include/rtems/score/schedulerpriorityimpl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerpriorityimpl.h b/cpukit/score/include/rtems/score/schedulerpriorityimpl.h
index 95d8e6ae34..3980d10c8c 100644
--- a/cpukit/score/include/rtems/score/schedulerpriorityimpl.h
+++ b/cpukit/score/include/rtems/score/schedulerpriorityimpl.h
@@ -64,12 +64,6 @@ RTEMS_INLINE_ROUTINE void _Scheduler_priority_Ready_queue_initialize(
_Chain_Initialize_empty( &ready_queues[index] );
}
-RTEMS_INLINE_ROUTINE Scheduler_priority_Node *
-_Scheduler_priority_Get_scheduler_info( Thread_Control *thread )
-{
- return ( Scheduler_priority_Node * ) thread->scheduler_node;
-}
-
/**
* @brief Enqueues a thread on the specified ready queue.
*