From 4b3a3e1d26d9503ca1422cd28fc7730ee46f67e0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 27 Jan 2007 07:27:52 +0000 Subject: Remove __RTEMS_MAJOR__, __RTEMS_MINOR__, __RTEMS_REVISION__ (moved to cpuopt.h). --- cpukit/score/include/rtems/system.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 6bb8e0a045..ca2f4574f4 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__ 6 - -/** 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 -- cgit v1.2.3