summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/scheduleredfchangepriority.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/scheduleredfchangepriority.c')
-rw-r--r--cpukit/score/src/scheduleredfchangepriority.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/score/src/scheduleredfchangepriority.c b/cpukit/score/src/scheduleredfchangepriority.c
index 0b70bce012..23382973cc 100644
--- a/cpukit/score/src/scheduleredfchangepriority.c
+++ b/cpukit/score/src/scheduleredfchangepriority.c
@@ -20,22 +20,6 @@
#include <rtems/score/scheduleredfimpl.h>
-Priority_Control _Scheduler_EDF_Map_priority(
- const Scheduler_Control *scheduler,
- Priority_Control priority
-)
-{
- return SCHEDULER_EDF_PRIO_MSB | priority;
-}
-
-Priority_Control _Scheduler_EDF_Unmap_priority(
- const Scheduler_Control *scheduler,
- Priority_Control priority
-)
-{
- return priority & ~SCHEDULER_EDF_PRIO_MSB;
-}
-
void _Scheduler_EDF_Update_priority(
const Scheduler_Control *scheduler,
Thread_Control *the_thread,