diff options
Diffstat (limited to 'gcc/ada/gnatvsn.adb')
-rw-r--r-- | gcc/ada/gnatvsn.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/gnatvsn.adb b/gcc/ada/gnatvsn.adb index dc6d706..7743975 100644 --- a/gcc/ada/gnatvsn.adb +++ b/gcc/ada/gnatvsn.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2003 Free Software Foundation, Inc. -- +-- Copyright (C) 2002-2006 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- -- @@ -41,15 +41,6 @@ package body Gnatvsn is pragma Import (C, Version_String, "version_string"); ------------------------- - -- Get_Gnat_Build_Type -- - ------------------------- - - function Get_Gnat_Build_Type return Gnat_Build_Type is - begin - return FSF; - end Get_Gnat_Build_Type; - - ------------------------- -- Gnat_Version_String -- ------------------------- |