summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 15:35:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:47 +0200
commit1546b1c01d1f348bccb27a9bf5e2ae432e9972ba (patch)
tree65715ba91ce317d805f71b6cece861aa300e358a /cpukit
parentrtems: Remove rtems_context_fp (diff)
downloadrtems-1546b1c01d1f348bccb27a9bf5e2ae432e9972ba.tar.bz2
rtems: Remove region_information_block
This type was deprecated in RTEMS 5.1. Close #3592.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/rtems/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index cf748a0a5f..51b8297113 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -103,12 +103,6 @@ typedef CPU_Interrupt_frame rtems_interrupt_frame;
#endif
/**
- * @brief Information structure returned by the Heap Handler via the Region
- * Manager.
- */
-typedef Heap_Information_block region_information_block RTEMS_DEPRECATED;
-
-/**
* @brief Used to manage and manipulate intervals specified by
* @ref ClassicRTEMSSecTime "clock ticks".
*/