[PATCH 15/16] rtems: Remove deprecated proc_ptr definition

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Jul 13 06:52:01 UTC 2020


Close #3586.
---
 cpukit/include/rtems/score/basedefs.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 95d5fc2999..e301292375 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -548,13 +548,6 @@ extern void RTEMS_DEQUALIFY_types_not_compatible(void);
  */
 #define RTEMS_XSTRING( _x ) RTEMS_STRING( _x )
 
-#ifndef ASM
-  /**
-   * XXX: Eventually proc_ptr needs to disappear!!!
-   */
-  typedef void * proc_ptr RTEMS_DEPRECATED;
-#endif
-
 /** @} */
 
 #endif /* _RTEMS_BASEDEFS_H */
-- 
2.26.2



More information about the devel mailing list