summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/basedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/basedefs.h')
-rw-r--r--cpukit/score/include/rtems/score/basedefs.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h
index 25f505897d..34e021a639 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/score/include/rtems/score/basedefs.h
@@ -101,20 +101,6 @@
* or the initialization file for the appropriate API. It is
* referenced as "external" in every other file.
*/
-#ifdef RTEMS_API_INIT
- #undef RTEMS_EXTERN
- #define RTEMS_EXTERN
-#else
- #undef RTEMS_EXTERN
- #define RTEMS_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 POSIX_API_INIT
#undef POSIX_EXTERN
#define POSIX_EXTERN