[rtems commit] tasksetpriority.c: Remove obsolete comment

Joel Sherrill joel at rtems.org
Thu Jan 9 21:58:39 UTC 2014


Module:    rtems
Branch:    master
Commit:    8d7c3cae95f60d6cec9f31fd87da081d66da2a86
Changeset: http://git.rtems.org/rtems/commit/?id=8d7c3cae95f60d6cec9f31fd87da081d66da2a86

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Jan  9 15:59:21 2014 -0600

tasksetpriority.c: Remove obsolete comment

---

 cpukit/rtems/src/tasksetpriority.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cpukit/rtems/src/tasksetpriority.c b/cpukit/rtems/src/tasksetpriority.c
index 8c1b88b..9e26505 100644
--- a/cpukit/rtems/src/tasksetpriority.c
+++ b/cpukit/rtems/src/tasksetpriority.c
@@ -6,7 +6,7 @@
  */
 
 /*
- *  COPYRIGHT (c) 1989-2007.
+ *  COPYRIGHT (c) 1989-2014.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -41,7 +41,6 @@ rtems_status_code rtems_task_set_priority(
   switch ( location ) {
 
     case OBJECTS_LOCAL:
-      /* XXX need helper to "convert" from core priority */
       *old_priority = _RTEMS_tasks_Priority_from_Core(
                         the_thread->current_priority
                       );




More information about the vc mailing list