[PATCH 02/16] rtems: Remove RTEMS_MAXIMUM_NAME_LENGTH

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


Close #3979.
---
 cpukit/include/rtems/system.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
index 3a2dff9721..a1018e2c86 100644
--- a/cpukit/include/rtems/system.h
+++ b/cpukit/include/rtems/system.h
@@ -44,10 +44,6 @@ extern "C" {
  */
 extern RTEMS_DEPRECATED const char _Copyright_Notice[];
 
-typedef RTEMS_DEPRECATED uint32_t RTEMS_MAXIMUM_NAME_LENGTH;
-/* The use of this define is deprecated, use sizeof(rtems_name) instead */
-#define RTEMS_MAXIMUM_NAME_LENGTH sizeof(RTEMS_MAXIMUM_NAME_LENGTH)
-
 #endif /* ASM */
 
 #ifdef __cplusplus
-- 
2.26.2



More information about the devel mailing list