summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/sptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/hello/sptest.adb')
-rw-r--r--c/src/ada-tests/samples/hello/sptest.adb6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/ada-tests/samples/hello/sptest.adb b/c/src/ada-tests/samples/hello/sptest.adb
index cda0030573..355c3b49dd 100644
--- a/c/src/ada-tests/samples/hello/sptest.adb
+++ b/c/src/ada-tests/samples/hello/sptest.adb
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-1997.
+-- COPYRIGHT (c) 1989-2009.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -20,9 +20,6 @@
-- $Id$
--
-with INTERFACES; use INTERFACES;
-with RTEMS;
-with TEST_SUPPORT;
with TEXT_IO;
package body SPTEST is
@@ -35,6 +32,7 @@ package body SPTEST is
procedure INIT (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
begin
TEXT_IO.NEW_LINE( 2 );