[rtems commit] rtems: Remove region_information_block

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


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

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

rtems: Remove region_information_block

This type was deprecated in RTEMS 5.1.

Close #3592.

---

 cpukit/include/rtems/rtems/types.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index cf748a0..51b8297 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".
  */



More information about the vc mailing list