aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/get_targ.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/get_targ.ads')
-rw-r--r--gcc/ada/get_targ.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/get_targ.ads b/gcc/ada/get_targ.ads
index ef9c572..2520659 100644
--- a/gcc/ada/get_targ.ads
+++ b/gcc/ada/get_targ.ads
@@ -110,10 +110,6 @@ package Get_Targ is
-- Other subprograms
- function Get_Max_Unaligned_Field return Pos;
- -- Returns the maximum supported size in bits for a field that is
- -- not aligned on a storage unit boundary.
-
type C_String is array (0 .. 255) of aliased Character;
pragma Convention (C, C_String);