[rtems commit] score: _Scheduler_priority_Get_scheduler_info()

Sebastian Huber sebh at rtems.org
Fri Jun 13 07:21:49 UTC 2014


Module:    rtems
Branch:    master
Commit:    a80c3b67cafe081c21563f8f1522765a0853dcb1
Changeset: http://git.rtems.org/rtems/commit/?id=a80c3b67cafe081c21563f8f1522765a0853dcb1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 10 16:11:58 2014 +0200

score: _Scheduler_priority_Get_scheduler_info()

Delete _Scheduler_priority_Get_scheduler_info().

---

 .../include/rtems/score/schedulerpriorityimpl.h    |    6 ------
 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 95d8e6a..3980d10 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.
  *



More information about the vc mailing list