[PATCH 09/16] rtems: Remove rtems_rate_monotonic_period_time_t
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jul 13 06:51:55 UTC 2020
This type was deprecated in RTEMS 5.1.
Close #3596.
---
cpukit/include/rtems/rtems/ratemon.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/cpukit/include/rtems/rtems/ratemon.h b/cpukit/include/rtems/rtems/ratemon.h
index c5918372a8..16d390d59f 100644
--- a/cpukit/include/rtems/rtems/ratemon.h
+++ b/cpukit/include/rtems/rtems/ratemon.h
@@ -55,8 +55,6 @@ extern "C" {
*/
/**@{*/
-typedef struct timespec rtems_rate_monotonic_period_time_t RTEMS_DEPRECATED;
-
/**
* The following enumerated type defines the states in which a
* period may be.
--
2.26.2
More information about the devel
mailing list