summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-03 03:36:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-03 03:36:45 +0000
commitf2f1d342123d18c17cfc684f85e62624159e3bc9 (patch)
tree44dad6a4b811b2160a8e123600b4ec310947d818 /cpukit/score
parent2011-10-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f2f1d342123d18c17cfc684f85e62624159e3bc9.tar.bz2
2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/scheduleredfupdate.c: Remove unused var "the_node".
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/scheduleredfupdate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/scheduleredfupdate.c b/cpukit/score/src/scheduleredfupdate.c
index a5ba1ce8de..fbb9459f84 100644
--- a/cpukit/score/src/scheduleredfupdate.c
+++ b/cpukit/score/src/scheduleredfupdate.c
@@ -26,7 +26,6 @@ void _Scheduler_EDF_Update(
{
Scheduler_EDF_Per_thread *sched_info =
(Scheduler_EDF_Per_thread*)the_thread->scheduler_info;
- RBTree_Node *the_node = &(sched_info->Node);
if (sched_info->queue_state == SCHEDULER_EDF_QUEUE_STATE_NEVER_HAS_BEEN) {
/* Shifts the priority to the region of background tasks. */