2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* score/src/scheduleredfupdate.c: Remove unused var "the_node".
This commit is contained in:
Ralf Corsepius
2011-10-03 03:36:45 +00:00
parent f922d1d873
commit f2f1d34212
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/scheduleredfupdate.c: Remove unused var "the_node".
2011-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/uuid/gen_uuid.c: Introduce PRIutime_t, SCNutime_t and

View File

@@ -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. */