summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimplesmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimplesmp.c')
-rw-r--r--cpukit/score/src/schedulersimplesmp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/src/schedulersimplesmp.c b/cpukit/score/src/schedulersimplesmp.c
index a971ee1b64..88f301a62c 100644
--- a/cpukit/score/src/schedulersimplesmp.c
+++ b/cpukit/score/src/schedulersimplesmp.c
@@ -262,15 +262,6 @@ void _Scheduler_simple_SMP_Yield(
_ISR_Enable( level );
}
-void _Scheduler_simple_SMP_Schedule(
- const Scheduler_Control *scheduler,
- Thread_Control *thread
-)
-{
- (void) scheduler;
- (void) thread;
-}
-
void _Scheduler_simple_SMP_Start_idle(
const Scheduler_Control *scheduler,
Thread_Control *thread,