summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/basedefs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 15:28:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:54 +0100
commit58089ff3ad3bdeab4c260d00474a8ba6b70294c9 (patch)
treeb58ef5fbdeffce7650b00990870c9373dfe6fb56 /cpukit/score/include/rtems/score/basedefs.h
parentOptional Classic Barrier initialization (diff)
downloadrtems-58089ff3ad3bdeab4c260d00474a8ba6b70294c9.tar.bz2
rtems: Delete empty _RTEMS_API_Initialize()
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