summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/system.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-11 08:27:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:46 +0200
commit39c2e28410bae130c29b9981be589f47de9f70b9 (patch)
tree3fab4a3eb18a571736abeb38662c1dc1b9ef0eb3 /cpukit/include/rtems/system.h
parentrtems: Remove _Copyright_Notice from API header (diff)
downloadrtems-39c2e28410bae130c29b9981be589f47de9f70b9.tar.bz2
rtems: Remove deprecated <rtems/system.h>
Close #3980.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/system.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
deleted file mode 100644
index 78332e3bfa..0000000000
--- a/cpukit/include/rtems/system.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * @file
- *
- * @brief Information Included in Every Function in the Executive
- *
- * This include file contains information that is included in every
- * function in the executive. This must be the first include file
- * included in all internal RTEMS files.
- */
-
-/*
- * COPYRIGHT (c) 1989-2007.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _RTEMS_SYSTEM_H
-#define _RTEMS_SYSTEM_H
-
-#include <rtems/score/cpu.h>
-
-#ifndef _RTEMS_H
-#warning "This header file is deprecated and will be removed in RTEMS 6"
-#endif
-
-/**
- * @defgroup RTEMSScoreSystem System Information
- *
- * @ingroup RTEMSScore
- */
-/**@{*/
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-/**@}*/
-#endif
-/* end of include file */