diff options
Diffstat (limited to 'gcc/ada/5wml-tgt.adb')
-rw-r--r-- | gcc/ada/5wml-tgt.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/5wml-tgt.adb b/gcc/ada/5wml-tgt.adb index 5747ead4cdb..485be34bea6 100644 --- a/gcc/ada/5wml-tgt.adb +++ b/gcc/ada/5wml-tgt.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2003, Ada Core Technologies, Inc. -- +-- Copyright (C) 2002-2004, Ada Core Technologies, 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- -- @@ -308,15 +308,6 @@ package body MLib.Tgt is end if; end Library_File_Name_For; - -------------------------------- - -- Linker_Library_Path_Option -- - -------------------------------- - - function Linker_Library_Path_Option return String_Access is - begin - return null; - end Linker_Library_Path_Option; - ---------------- -- Object_Ext -- ---------------- |