summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-06-10 16:11:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-06-13 09:29:32 +0200
commita80c3b67cafe081c21563f8f1522765a0853dcb1 (patch)
tree115c1ea6113c22a25fb3c1b6968cd805e218c2df
parent701dd96f598bd58a41884795ba5bf0b5da337d78 (diff)
score: _Scheduler_priority_Get_scheduler_info()
Delete _Scheduler_priority_Get_scheduler_info().
-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.
*