summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/rtems/config.h7
-rw-r--r--cpukit/sapi/src/exinit.c7
2 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 7667794ec5..b73867c486 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -48,13 +48,6 @@ extern "C" {
typedef void *posix_api_configuration_table;
#endif
-#ifdef RTEMS_ITRON_API
-#include <rtems/itron.h>
-#include <rtems/itron/config.h>
-#else
-typedef void *itron_api_configuration_table;
-#endif
-
#include <rtems/rtems/config.h>
#include <rtems/extension.h>
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index b0574f3b34..deefd9a70d 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -55,9 +55,6 @@
#ifdef RTEMS_POSIX_API
#include <rtems/posix/posixapi.h>
#endif
-#ifdef RTEMS_ITRON_API
- #include <rtems/itron/itronapi.h>
-#endif
Objects_Information *_Internal_Objects[ OBJECTS_INTERNAL_CLASSES_LAST + 1 ];
@@ -150,10 +147,6 @@ void rtems_initialize_data_structures(void)
_POSIX_API_Initialize();
#endif
- #ifdef RTEMS_ITRON_API
- _ITRON_API_Initialize();
- #endif
-
_System_state_Set( SYSTEM_STATE_BEFORE_MULTITASKING );
/*