summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 15:36:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:47 +0200
commit312fcf2fd454e09c71fce77d32218124d27a2a59 (patch)
treed5c6f22bdb02787108fbe10c56cd7ae253144507 /cpukit
parentrtems: Remove region_information_block (diff)
downloadrtems-312fcf2fd454e09c71fce77d32218124d27a2a59.tar.bz2
rtems: Remove rtems_thread_cpu_usage_t
This type was deprecated in RTEMS 5.1. Close #3594.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/rtems/types.h8
1 files changed, 0 insertions, 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
@@ -109,14 +109,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".
*/