Re: [PATCH 5/5] score: Delete unused rtems_ada_self

2021-08-20 Thread Gedare Bloom
these 5 look fine to me

On Mon, Aug 16, 2021 at 5:15 AM Sebastian Huber
 wrote:
>
> ---
>  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 45c0795d9c..f25e347e33 100644
> --- a/cpukit/include/rtems/score/threadimpl.h
> +++ b/cpukit/include/rtems/score/threadimpl.h
> @@ -74,11 +74,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.
>   *
> --
> 2.26.2
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH 5/5] score: Delete unused rtems_ada_self

2021-08-16 Thread Sebastian Huber
---
 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 45c0795d9c..f25e347e33 100644
--- a/cpukit/include/rtems/score/threadimpl.h
+++ b/cpukit/include/rtems/score/threadimpl.h
@@ -74,11 +74,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.
  *
-- 
2.26.2

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel