[PATCH 12/16] rtems: Remove region_information_block

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Jul 13 06:51:58 UTC 2020


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 cf748a0a5f..51b8297113 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -102,12 +102,6 @@ typedef Objects_Id       rtems_id;
 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".
-- 
2.26.2



More information about the devel mailing list