summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 09:39:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 11:01:18 +0200
commite8fffc2d5cd22164b8d2d9a42139c21b6c80f877 (patch)
treeca4fd9a58964e214ce3be4c65b02220772fe42f4 /cpukit
parentscore: Include missing header file (diff)
downloadrtems-e8fffc2d5cd22164b8d2d9a42139c21b6c80f877.tar.bz2
score: Delete superfluous field
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
index 124d0c3ff8..fe1978176f 100644
--- a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
+++ b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
@@ -125,11 +125,6 @@ typedef struct {
Scheduler_priority_Per_thread Priority_sched_info;
/**
- * Pointer to corresponding Thread Control Block.
- */
- Thread_Control *thread;
-
- /**
* Structure containing affinity set data and size
*/
CPU_set_Control Affinity;