From 479b2bfe87b91962c2f537925fb085741b05fdd2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 11 May 2020 08:25:32 +0200 Subject: [PATCH] rtems: Remove _Copyright_Notice from API header Close #3981. --- bsps/shared/rtems-version.c | 3 ++- cpukit/include/rtems/system.h | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/bsps/shared/rtems-version.c b/bsps/shared/rtems-version.c index 99b98966e6..b12504a1c9 100644 --- a/bsps/shared/rtems-version.c +++ b/bsps/shared/rtems-version.c @@ -8,7 +8,8 @@ */ #include -#include +#include +#include #include 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