From 2697272499374cce3eb94d5255620a90cf1811ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Oct 2009 11:50:39 +0000 Subject: 2009-10-02 Joel Sherrill * hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed. --- testsuites/samples/hello/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/samples/hello/init.c') diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 9545309e7c..88f1dfb450 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -29,7 +29,6 @@ rtems_task Init( rtems_task_argument ignored ) { -devFS_Show(); printf( "\n\n*** HELLO WORLD TEST ***\n" ); printf( "Hello World\n" ); printf( "*** END OF HELLO WORLD TEST ***\n" ); -- cgit v1.2.3