summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-02 11:50:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-02 11:50:39 +0000
commit2697272499374cce3eb94d5255620a90cf1811ef (patch)
treeddf8eefd1c3e2f4273f221788d6697454e7c301f /testsuites/samples/hello/init.c
parent2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2697272499374cce3eb94d5255620a90cf1811ef.tar.bz2
2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
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" );