summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:05:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:05:05 +0000
commite88c7b7964ccea657458912bfcc268ed0ed48893 (patch)
treef219841d15635b90b3186ce6cb9014f4f8c86c5e /cpukit
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e88c7b7964ccea657458912bfcc268ed0ed48893.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectgetapiname.c: Remove ITRON.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/rtems/src/rtemsobjectgetapiname.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3b7747dd8f..0f3f1bcdea 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/src/rtemsobjectgetapiname.c: Remove ITRON.
* sapi/include/rtems/config.h: Remove ITRON.
* score/src/objectapimaximumclass.c: Remove OBJECTS_ITRON_API.
* score/include/rtems/system.h: Remove ITRON_EXTERN.
diff --git a/cpukit/rtems/src/rtemsobjectgetapiname.c b/cpukit/rtems/src/rtemsobjectgetapiname.c
index d4c2759ece..90a6afa198 100644
--- a/cpukit/rtems/src/rtemsobjectgetapiname.c
+++ b/cpukit/rtems/src/rtemsobjectgetapiname.c
@@ -25,7 +25,6 @@ rtems_assoc_t rtems_objects_api_assoc[] = {
{ "Internal", OBJECTS_INTERNAL_API, 0},
{ "Classic", OBJECTS_CLASSIC_API, 0},
{ "POSIX", OBJECTS_POSIX_API, 0},
- { "ITRON", OBJECTS_ITRON_API, 0},
{ 0, 0, 0 }
};