From f2f1d342123d18c17cfc684f85e62624159e3bc9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 3 Oct 2011 03:36:45 +0000 Subject: =?UTF-8?q?2011-10-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/src/scheduleredfupdate.c: Remove unused var "the_node". --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/scheduleredfupdate.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 97c1e2fec7..ea8a38173e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-10-03 Ralf Corsépius + + * score/src/scheduleredfupdate.c: Remove unused var "the_node". + 2011-10-02 Ralf Corsépius * libmisc/uuid/gen_uuid.c: Introduce PRIutime_t, SCNutime_t and 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. */ -- cgit v1.2.3