[rtems commit] rtems: Remove rtems_rate_monotonic_period_time_t

Sebastian Huber sebh at rtems.org
Tue Jul 14 05:26:19 UTC 2020


Module:    rtems
Branch:    master
Commit:    65dc040bfb30e651c8ec9274c038dd00f336014c
Changeset: http://git.rtems.org/rtems/commit/?id=65dc040bfb30e651c8ec9274c038dd00f336014c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu May 28 15:32:44 2020 +0200

rtems: Remove rtems_rate_monotonic_period_time_t

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 c591837..16d390d 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.



More information about the vc mailing list