summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-11 22:50:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-11 22:50:10 +0000
commit23452b5c97e22cfe445fae7713d5a7623e2d91e2 (patch)
treec9b54e353a2e7a85a2e19dc80fab8604db0ce0d6 /testsuites/samples/hello/init.c
parent2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-23452b5c97e22cfe445fae7713d5a7623e2d91e2.tar.bz2
2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* hello/init.c: Remove accidental commit.
Diffstat (limited to 'testsuites/samples/hello/init.c')
-rw-r--r--testsuites/samples/hello/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 1dd6a002b2..e02a23cfa6 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -32,7 +32,5 @@ rtems_task Init(
printf( "\n\n*** HELLO WORLD TEST ***\n" );
printf( "Hello World\n" );
printf( "*** END OF HELLO WORLD TEST ***\n" );
- rtems_shell_main_wkspace_info(0, NULL);
- rtems_shell_main_joel(0, NULL);
exit( 0 );
}