[rtems commit] rtems: Remove rtems_context
Sebastian Huber
sebh at rtems.org
Tue Jul 14 05:26:19 UTC 2020
Module: rtems
Branch: master
Commit: df2dac388db583270a0e27f9b820156b6cc638f9
Changeset: http://git.rtems.org/rtems/commit/?id=df2dac388db583270a0e27f9b820156b6cc638f9
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu May 28 15:34:23 2020 +0200
rtems: Remove rtems_context
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 b0600eb..870d443 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.
More information about the vc
mailing list