From 23452b5c97e22cfe445fae7713d5a7623e2d91e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Jan 2008 22:50:10 +0000 Subject: 2008-01-11 Joel Sherrill * hello/init.c: Remove accidental commit. --- testsuites/samples/hello/init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/samples/hello/init.c') 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 ); } -- cgit v1.2.3