rtems: Remove region_information_block

This type was deprecated in RTEMS 5.1.

Close #3592.
This commit is contained in:
Sebastian Huber
2020-07-14 07:25:47 +02:00
parent f8998f19da
commit 1546b1c01d
-6
View File
@@ -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".