summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/score/threadimpl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/threadimpl.h b/cpukit/include/rtems/score/threadimpl.h
index 45c0795d9c..f25e347e33 100644
--- a/cpukit/include/rtems/score/threadimpl.h
+++ b/cpukit/include/rtems/score/threadimpl.h
@@ -75,11 +75,6 @@ typedef struct {
extern Thread_Zombie_registry _Thread_Zombies;
/**
- * Self for the GNU Ada Run-Time
- */
-extern void *rtems_ada_self;
-
-/**
* @brief Object identifier of the global constructor thread.
*
* This variable is set by _RTEMS_tasks_Initialize_user_tasks_body() or