[rtems commit] rtems: Remove RTEMS_MAXIMUM_NAME_LENGTH
Sebastian Huber
sebh at rtems.org
Tue Jul 14 05:26:19 UTC 2020
Module: rtems
Branch: master
Commit: b3686d7eb54843f18060c60ad48c386f43dbe1c9
Changeset: http://git.rtems.org/rtems/commit/?id=b3686d7eb54843f18060c60ad48c386f43dbe1c9
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon May 11 08:22:35 2020 +0200
rtems: Remove RTEMS_MAXIMUM_NAME_LENGTH
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 3a2dff9..a1018e2 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
More information about the vc
mailing list