summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2010-06-02 04:38:49 +0000
committerChris Johns <chrisj@rtems.org>2010-06-02 04:38:49 +0000
commit4067f7f5e898a17b58ed80e6ef7c05699b0faca3 (patch)
treecfbf8c58c9a1e9ce7990c567de34d2b96d362749 /testsuites/samples/iostream
parent2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4067f7f5e898a17b58ed80e6ef7c05699b0faca3.tar.bz2
2010-06-02 Chris Johns <chrisj@rtems.org>
* iostream/init.cc: Remove the hack.
Diffstat (limited to 'testsuites/samples/iostream')
-rw-r--r--testsuites/samples/iostream/init.cc4
1 files changed, 0 insertions, 4 deletions
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 <stdio.h>
@@ -34,7 +31,6 @@ extern "C" {
#include <stdlib.h>
-
rtems_task Init(
rtems_task_argument ignored
)