summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/support/address_io.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/support/address_io.ads')
-rw-r--r--c/src/ada-tests/support/address_io.ads35
1 files changed, 0 insertions, 35 deletions
diff --git a/c/src/ada-tests/support/address_io.ads b/c/src/ada-tests/support/address_io.ads
deleted file mode 100644
index 3f832b70e0..0000000000
--- a/c/src/ada-tests/support/address_io.ads
+++ /dev/null
@@ -1,35 +0,0 @@
---
--- ADDRESS_IO / SPECIFICATION
---
--- DESCRIPTION:
---
--- This package instantiates the IO routines necessary to
--- perform IO on data of the type System.Address.
---
--- DEPENDENCIES:
---
---
---
--- COPYRIGHT (c) 1989-1997.
--- On-Line Applications Research Corporation (OAR).
--- Copyright assigned to U.S. Government, 1994.
---
--- The license and distribution terms for this file may in
--- the file LICENSE in this distribution or at
--- http://www.OARcorp.com/rtems/license.html.
---
--- $Id$
---
-
-with System;
-
-package Address_IO is
-
- procedure Put (
- Item : in System.Address;
- Width : in Natural := 8;
- Base : in Natural := 16
- );
-
-end Address_IO;
-