<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-10-02)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>

        * score/src/scheduleredfupdate.c: Remove unused var "the_node".
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2934&r2=text&tr2=1.2935&diff_format=h">M</a></td><td width='1%'>1.2935</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/src/scheduleredfupdate.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/score/src/scheduleredfupdate.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2934 rtems/cpukit/ChangeLog:1.2935
--- rtems/cpukit/ChangeLog:1.2934       Sun Oct  2 05:37:28 2011
+++ rtems/cpukit/ChangeLog      Sun Oct  2 22:36:45 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-03    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * score/src/scheduleredfupdate.c: Remove unused var "the_node".
+
</font> 2011-10-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libmisc/uuid/gen_uuid.c: Introduce PRIutime_t, SCNutime_t and

<font color='#006600'>diff -u rtems/cpukit/score/src/scheduleredfupdate.c:1.2 rtems/cpukit/score/src/scheduleredfupdate.c:1.3
--- rtems/cpukit/score/src/scheduleredfupdate.c:1.2     Tue Sep 20 08:06:42 2011
+++ rtems/cpukit/score/src/scheduleredfupdate.c Sun Oct  2 22:36:45 2011
</font><font color='#997700'>@@ -26,7 +26,6 @@
</font> {
   Scheduler_EDF_Per_thread *sched_info =
     (Scheduler_EDF_Per_thread*)the_thread->scheduler_info;
<font color='#880000'>-  RBTree_Node *the_node = &(sched_info->Node);
</font> 
   if (sched_info->queue_state == SCHEDULER_EDF_QUEUE_STATE_NEVER_HAS_BEEN) {
     /* Shifts the priority to the region of background tasks. */
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>