summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-11 08:22:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:45 +0200
commitb3686d7eb54843f18060c60ad48c386f43dbe1c9 (patch)
treefd1eff1df4cc4a32f4db2705ea0c8f4fa0dbe4e1 /cpukit
parentrtems: Move declartion of _RTEMS_version (diff)
downloadrtems-b3686d7eb54843f18060c60ad48c386f43dbe1c9.tar.bz2
rtems: Remove RTEMS_MAXIMUM_NAME_LENGTH
Close #3979.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/system.h4
1 files changed, 0 insertions, 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