diff options
Diffstat (limited to 'gcc/ada/5xsystem.ads')
-rw-r--r-- | gcc/ada/5xsystem.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/5xsystem.ads b/gcc/ada/5xsystem.ads index a716fa1a708..3ba5e692195 100644 --- a/gcc/ada/5xsystem.ads +++ b/gcc/ada/5xsystem.ads @@ -63,7 +63,6 @@ pragma Pure (System); -- Storage-related Declarations type Address is private; - subtype Short_Address is Address; Null_Address : constant Address; Storage_Unit : constant := 8; |