summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-27 07:21:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-27 07:21:05 +0000
commit8db96e56f9c7f68cbc0fed6562e593cb18e38e98 (patch)
treea7cd9cb76617a0abc4e607f030106c83282f0481 /cpukit
parent2007-01-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8db96e56f9c7f68cbc0fed6562e593cb18e38e98.tar.bz2
Remove __RTEMS_MAJOR__,
__RTEMS_MINOR__, __RTEMS_REVISION__ (moved to cpuopt.h).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/include/rtems/system.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 21afd19fb0..d64d641f9d 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -24,24 +24,6 @@
extern "C" {
#endif
-/** This macro defines the major version portion of an RTEMS release.
- *
- * @note Use this macros to test for features in specific releases.
- */
-#define __RTEMS_MAJOR__ 4
-
-/** This macro defines the minor version portion of an RTEMS release.
- *
- * @note Use this macros to test for features in specific releases.
- */
-#define __RTEMS_MINOR__ 7
-
-/** This macro defines the revision version portion of an RTEMS release.
- *
- * @note Use this macros to test for features in specific releases.
- */
-#define __RTEMS_REVISION__ 99
-
/*
* The cpu options include file defines all cpu dependent
* parameters for this build of RTEMS. It must be included