summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/rtems')
-rw-r--r--cpukit/sapi/include/rtems/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index b73867c486..1f9b56c3e8 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -39,7 +39,7 @@ extern "C" {
/*
* This is kind of kludgy but it allows targets to totally ignore the
- * optional APIs like POSIX and ITRON safely.
+ * optional APIs like POSIX safely.
*/
#ifdef RTEMS_POSIX_API
@@ -265,9 +265,6 @@ extern rtems_configuration_table Configuration;
#define rtems_configuration_get_posix_api_configuration() \
(&Configuration_POSIX_API)
-#define rtems_configuration_get_itron_api_configuration() \
- (&Configuration_ITRON_API)
-
#ifdef __cplusplus
}
#endif