diff options
Diffstat (limited to 'gcc/ada/s-fileio.ads')
-rw-r--r-- | gcc/ada/s-fileio.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-fileio.ads b/gcc/ada/s-fileio.ads index fe06807d165..dbbc8bfa391 100644 --- a/gcc/ada/s-fileio.ads +++ b/gcc/ada/s-fileio.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2002, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -250,7 +250,6 @@ package System.File_IO is private pragma Inline (Check_Read_Status); pragma Inline (Check_Write_Status); - pragma Inline (Form); pragma Inline (Mode); end System.File_IO; |