summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp43
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:26 +0000
commit07f72c22bbbcceaab5d76892cdc4a6f2738c9765 (patch)
tree406b1b0809a0d8beb0e1d441c3e7c981de21215b /testsuites/sptests/sp43
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-07f72c22bbbcceaab5d76892cdc4a6f2738c9765.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c: Remove more ITRON references.
Diffstat (limited to 'testsuites/sptests/sp43')
-rw-r--r--testsuites/sptests/sp43/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/sptests/sp43/init.c b/testsuites/sptests/sp43/init.c
index ff1beff865..2bfc5df80c 100644
--- a/testsuites/sptests/sp43/init.c
+++ b/testsuites/sptests/sp43/init.c
@@ -336,10 +336,6 @@ rtems_task Init(
rtems_object_get_api_name(OBJECTS_INTERNAL_API) );
printf( "rtems_object_get_api_name(CLASSIC_API) = %s\n",
rtems_object_get_api_name(OBJECTS_CLASSIC_API) );
-#if 0
- printf( "rtems_object_get_api_name(ITRON_API) = %s\n",
- rtems_object_get_api_name(OBJECTS_ITRON_API) );
-#endif
printf( "rtems_object_get_api_class_name(0, RTEMS_TASKS) = %s\n",
rtems_object_get_api_class_name( 0, OBJECTS_RTEMS_TASKS ) );