summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/system.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:00:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:00:54 +0000
commit4b24055fb1ce026c20eeeddb0b7611f65da4715e (patch)
tree8a4f23b4f96cd3ddba6bc33ecb9a40b0aa77171a /cpukit/score/include/rtems/system.h
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4b24055fb1ce026c20eeeddb0b7611f65da4715e.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: Remove ITRON_EXTERN.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/system.h14
1 files changed, 0 insertions, 14 deletions
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