[rtems commit] score: Delete unused rtems_ada_self

Sebastian Huber sebh at rtems.org
Wed Aug 18 11:37:08 UTC 2021


Module:    rtems
Branch:    master
Commit:    1dff0a382d93e0ac6f0bf3fab54a077a1da2476f
Changeset: http://git.rtems.org/rtems/commit/?id=1dff0a382d93e0ac6f0bf3fab54a077a1da2476f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Aug 13 08:49:54 2021 +0200

score: Delete unused rtems_ada_self

---

 cpukit/include/rtems/score/threadimpl.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/cpukit/include/rtems/score/threadimpl.h b/cpukit/include/rtems/score/threadimpl.h
index 45c0795..f25e347 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



More information about the vc mailing list