From a80c3b67cafe081c21563f8f1522765a0853dcb1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 10 Jun 2014 16:11:58 +0200 Subject: score: _Scheduler_priority_Get_scheduler_info() Delete _Scheduler_priority_Get_scheduler_info(). --- cpukit/score/include/rtems/score/schedulerpriorityimpl.h | 6 ------ 1 file changed, 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. * -- cgit v1.2.3