diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-15 13:52:43 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-15 13:52:43 +0000 |
commit | 6c45c9be7f51d5bf4b0524a59e34a846ae688c73 (patch) | |
tree | c3f661ded19a28d1e79b401745ba4a0c759fcf92 /gcc/ada/gnatdll.adb | |
parent | a3b0f4f26356db30f321565f7d870bbf0a4d9264 (diff) | |
download | gcc-6c45c9be7f51d5bf4b0524a59e34a846ae688c73.tar.gz |
2005-11-14 Pascal Obry <obry@adacore.com>
Vincent Celier <celier@adacore.com>
* gnatdll.adb (Parse_Command_Line): Remove redundant use of
GNAT.Command_Line.
* memroot.adb: Remove redundant with/use clause on
System.Storage_Elements.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106958 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnatdll.adb')
-rw-r--r-- | gcc/ada/gnatdll.adb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ada/gnatdll.adb b/gcc/ada/gnatdll.adb index c15154301cc..d133cf6e21e 100644 --- a/gcc/ada/gnatdll.adb +++ b/gcc/ada/gnatdll.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1997-2004, Free Software Foundation, Inc. -- +-- Copyright (C) 1997-2005, 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- -- @@ -63,7 +63,7 @@ procedure Gnatdll is -- build the DLL. Help : Boolean := False; - -- Help will be set to True the usage information is to be displayed. + -- Help will be set to True the usage information is to be displayed Version : constant String := Gnatvsn.Gnat_Version_String; -- Why should it be necessary to make a copy of this @@ -166,8 +166,6 @@ procedure Gnatdll is procedure Parse_Command_Line is - use GNAT.Command_Line; - procedure Add_File (Filename : in String); -- Add one file to the list of file to handle |