From 3dd67dd16e90bf1ec62c991f824116ec5b5c625f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Jun 2017 07:29:14 +0200 Subject: score: Remove rtems_ada_self This task variable is superfluous since we use thread-local storage now. Update #2289. --- cpukit/score/include/rtems/score/thread.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') 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. -- cgit v1.2.3