[PATCH 10/16] rtems: Remove rtems_context

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


This type was deprecated in RTEMS 5.1.

Close #3588.
---
 cpukit/include/rtems/rtems/types.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index b0600eb0a8..870d443dfe 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -89,11 +89,6 @@ typedef Objects_Id       rtems_id;
  */
 #define RTEMS_ID_NONE OBJECTS_ID_NONE
 
-/**
- * @brief Public name for task context area.
- */
-typedef Context_Control            rtems_context RTEMS_DEPRECATED;
-
 #if (CPU_HARDWARE_FP == TRUE) || (CPU_SOFTWARE_FP == TRUE)
 /**
  * @brief Public name for task floating point context area.
-- 
2.26.2



More information about the devel mailing list