summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-14 07:29:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-14 07:30:46 +0200
commit3dd67dd16e90bf1ec62c991f824116ec5b5c625f (patch)
treeecd308b0291e61d3a09ec7995f56cdfacf2831ee /cpukit/score/include/rtems
parenttests: Fix build dependencies (diff)
downloadrtems-3dd67dd16e90bf1ec62c991f824116ec5b5c625f.tar.bz2
score: Remove rtems_ada_self
This task variable is superfluous since we use thread-local storage now. Update #2289.
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/thread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 8aa141de85..54b207f137 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -768,10 +768,6 @@ struct _Thread_Control {
/** This field is true if the thread uses the floating point unit. */
bool is_fp;
-#if __RTEMS_ADA__
- /** This field is the GNAT self context pointer. */
- void *rtems_ada_self;
-#endif
/** This field is the length of the time quantum that this thread is
* allowed to consume. The algorithm used to manage limits on CPU usage
* is specified by budget_algorithm.