summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/hello/init.c')
-rw-r--r--testsuites/samples/hello/init.c1
1 files changed, 0 insertions, 1 deletions
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" );