summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 31fbbfa7d4..1fc5076d0a 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -515,16 +515,6 @@ struct Thread_Control_struct {
* _Thread_Kill_zombies().
*/
volatile bool is_executing;
-
-#if __RTEMS_HAVE_SYS_CPUSET_H__
- /**
- * @brief This field controls affinity attributes for this thread.
- *
- * Affinity attributes indicate which cpus the thread can run on
- * in an SMP system.
- */
- CPU_set_Control affinity;
-#endif
#endif
#if __RTEMS_ADA__