summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-14 17:21:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-22 14:00:28 +0200
commit4dc5450eebc1d863ea31f4b5e00fb7a9b67972e8 (patch)
treea2f4c401f9d5ecbc6bbbf858e7d04c0692100fea /cpukit/score/include/rtems/score/thread.h
parentposix: Delete POSIX_API_Control::ss_high_priority (diff)
downloadrtems-4dc5450eebc1d863ea31f4b5e00fb7a9b67972e8.tar.bz2
posix: Delete POSIX_API_Control::schedpolicy
This field was redundant.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 7491e8fcdf..d98658cb9d 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -712,7 +712,6 @@ struct _Thread_Control {
*
* - POSIX_API_Control::Attributes,
* - POSIX_API_Control::schedparam,
- * - POSIX_API_Control::schedpolicy,
* - RTEMS_API_Control::Signal,
* - Thread_Control::budget_algorithm,
* - Thread_Control::budget_callout,