[PATCH 13/16] rtems: Remove rtems_thread_cpu_usage_t
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jul 13 06:51:59 UTC 2020
This type was deprecated in RTEMS 5.1.
Close #3594.
---
cpukit/include/rtems/rtems/types.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 51b8297113..994e097afa 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -108,14 +108,6 @@ typedef CPU_Interrupt_frame rtems_interrupt_frame;
*/
typedef Watchdog_Interval rtems_interval;
-/**
- * @brief Represents the CPU usage per thread.
- *
- * When using nanoseconds granularity timing, RTEMS may internally use a
- * variety of representations.
- */
-typedef struct timespec rtems_thread_cpu_usage_t RTEMS_DEPRECATED;
-
/**
* @brief Data structure to manage and manipulate calendar
* @ref ClassicRTEMSSecTime "time".
--
2.26.2
More information about the devel
mailing list