diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-04 13:22:36 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-04 13:22:36 +0000 |
commit | f4bb4b19c1530aabcbbb3898e54e4a4e2d313850 (patch) | |
tree | 97786c146b8eb2597a1f3ca07e4ebe59a9b7d9ac /gcc/ada/make.adb | |
parent | 3435bff323233118b779a568d0cc8c81d5f48e6c (diff) | |
download | gcc-f4bb4b19c1530aabcbbb3898e54e4a4e2d313850.tar.gz |
2011-08-04 Emmanuel Briot <briot@adacore.com>
* make.adb, osint.adb, osint.ads (Reset_Command_Line_Files): not used
after all, so removed.
2011-08-04 Sergey Rybin <rybin@adacore.com>
* vms_data.ads: Add missing VMS qualifiers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 41e787d3192..dd9e9b9c2ee 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -5540,9 +5540,6 @@ package body Make is -- queue as gprbuild and processes the file directly on the queue. Mains.Reset; - -- Osint.Reset_Command_Line_Files; - Debug_Output ("Reseting list of mains on the command line"); - loop Info := Mains.Next_Main; exit when Info = No_Main_Info; |