forked from Imagelibrary/rtems
2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/scheduleredfupdate.c: Remove unused var "the_node".
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user