rtems: Remove _Copyright_Notice from API header

Close #3981.
This commit is contained in:
Sebastian Huber
2020-05-11 08:25:32 +02:00
parent b3686d7eb5
commit 479b2bfe87
2 changed files with 2 additions and 10 deletions

View File

@@ -8,7 +8,8 @@
*/
#include <rtems/version.h>
#include <rtems/system.h>
#include <rtems/score/copyrt.h>
#include <rtems/score/cpu.h>
#include <bspopts.h>

View File

@@ -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