summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-11 08:25:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:46 +0200
commit479b2bfe87b91962c2f537925fb085741b05fdd2 (patch)
treedfc33254ec1c568fac1b5d139744fe5c46f284e4 /cpukit
parentrtems: Remove RTEMS_MAXIMUM_NAME_LENGTH (diff)
downloadrtems-479b2bfe87b91962c2f537925fb085741b05fdd2.tar.bz2
rtems: Remove _Copyright_Notice from API header
Close #3981.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/system.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
index a1018e2c86..78332e3bfa 100644
--- a/cpukit/include/rtems/system.h
+++ b/cpukit/include/rtems/system.h
@@ -37,15 +37,6 @@
extern "C" {
#endif
-#ifndef ASM
-
-/**
- * The following is the extern for the RTEMS copyright string.
- */
-extern RTEMS_DEPRECATED const char _Copyright_Notice[];
-
-#endif /* ASM */
-
#ifdef __cplusplus
}
#endif