summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/score/include/rtems/system.h14
2 files changed, 1 insertions, 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 <ralf.corsepius@rtems.org>
+ * 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
@@ -88,20 +88,6 @@ extern "C" {
#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
* functions. The static inline implementation allows better