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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel