From 4067f7f5e898a17b58ed80e6ef7c05699b0faca3 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 2 Jun 2010 04:38:49 +0000 Subject: [PATCH] 2010-06-02 Chris Johns * iostream/init.cc: Remove the hack. --- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/iostream/init.cc | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 0f6951f01c..828fdc5f11 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2010-06-02 Chris Johns + + * iostream/init.cc: Remove the hack. + 2010-06-02 Chris Johns * fileio/init.c: Update to new mount API. diff --git a/testsuites/samples/iostream/init.cc b/testsuites/samples/iostream/init.cc index 2f0e3944f8..26fb7b754b 100644 --- a/testsuites/samples/iostream/init.cc +++ b/testsuites/samples/iostream/init.cc @@ -20,11 +20,8 @@ * $Id$ */ -extern "C" { - #define CONFIGURE_INIT #include "system.h" -} #if BSP_SMALL_MEMORY #include @@ -34,7 +31,6 @@ extern "C" { #include - rtems_task Init( rtems_task_argument ignored )