summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-09 15:59:21 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-09 15:59:21 -0600
commit8d7c3cae95f60d6cec9f31fd87da081d66da2a86 (patch)
tree0fee3083714d782a82c49b16df337b66fe14ac7f /cpukit/rtems
parentspsize/size.c: Fix typo. (diff)
downloadrtems-8d7c3cae95f60d6cec9f31fd87da081d66da2a86.tar.bz2
tasksetpriority.c: Remove obsolete comment
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/src/tasksetpriority.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/rtems/src/tasksetpriority.c b/cpukit/rtems/src/tasksetpriority.c
index 8c1b88b1ed..9e26505750 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
);