summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerprioritythreadschedulerfree.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/schedulerprioritythreadschedulerfree.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/cpukit/score/src/schedulerprioritythreadschedulerfree.c b/cpukit/score/src/schedulerprioritythreadschedulerfree.c
index b43ee963b1..5b13d20952 100644
--- a/cpukit/score/src/schedulerprioritythreadschedulerfree.c
+++ b/cpukit/score/src/schedulerprioritythreadschedulerfree.c
@@ -2,6 +2,7 @@
* Scheduler Handler
*
* Copyright (C) 2010 Gedare Bloom.
+ * Copyright (C) 2011 On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -25,21 +26,8 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*
- * _Scheduler_priority_Thread_scheduler_free
- *
- * Frees @a the_thread->scheduler
- *
- * Input parameters:
- * the_scheduler - pointer to scheduler control
- * the_thread - pointer to thread control block
- *
- * Output parameters: NONE
- */
-
void _Scheduler_priority_Thread_scheduler_free (
- Scheduler_Control *the_scheduler __attribute__((unused)),
- Thread_Control *the_thread
+ Thread_Control *the_thread
)
{
_Workspace_Free( the_thread->scheduler.priority );