From 4b24055fb1ce026c20eeeddb0b7611f65da4715e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 04:00:54 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/include/rtems/system.h: Remove ITRON_EXTERN. --- cpukit/ChangeLog | 1 + cpukit/score/include/rtems/system.h | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 58b1ff55cb..70462d974e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2010-06-18 Ralf Corsépius + * score/include/rtems/system.h: Remove ITRON_EXTERN. * score/src/apiext.c: Remove comment referring to ITRON. * score/include/rtems/score/object.h: Remove Objects_ITRON_API. * rtems/src/rtemsobjectgetapiclassname.c, diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 9243e32305..ad6e77f125 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -87,20 +87,6 @@ extern "C" { #define POSIX_EXTERN extern #endif -/** - * The following ensures that all data is declared in the space - * of the initialization routine for either the Initialization Manager - * or the initialization file for the appropriate API. It is - * referenced as "external" in every other file. - */ -#ifdef ITRON_API_INIT -#undef ITRON_EXTERN -#define ITRON_EXTERN -#else -#undef ITRON_EXTERN -#define ITRON_EXTERN extern -#endif - /** * The following (in conjunction with compiler arguments) are used * to choose between the use of static inline functions and macro