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/ChangeLog | 5 +++++ testsuites/samples/hello/init.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 3d444e01b1..b0f49dc03b 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,8 @@ +2009-10-02 Joel Sherrill + + * hello/init.c: Remove call to devFS_Show() which had accidentally + gotten committed. + 2009-09-14 Ralf Corsépius * capture/test1.c: Use size_t for sizes. 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