summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerprioritysmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulerprioritysmp.c')
-rw-r--r--cpukit/score/src/schedulerprioritysmp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/src/schedulerprioritysmp.c b/cpukit/score/src/schedulerprioritysmp.c
index dbf7b0c38b..0c02b4433e 100644
--- a/cpukit/score/src/schedulerprioritysmp.c
+++ b/cpukit/score/src/schedulerprioritysmp.c
@@ -326,15 +326,6 @@ void _Scheduler_priority_SMP_Yield(
_ISR_Enable( level );
}
-void _Scheduler_priority_SMP_Schedule(
- const Scheduler_Control *scheduler,
- Thread_Control *thread
-)
-{
- (void) scheduler;
- (void) thread;
-}
-
void _Scheduler_priority_SMP_Start_idle(
const Scheduler_Control *scheduler,
Thread_Control *thread,