summaryrefslogtreecommitdiff
path: root/gcc/ada/prj.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-31 11:04:00 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-31 11:04:00 +0000
commite02f71eb1b67d925129c1af723bcd4fcf0d03f6c (patch)
tree172444d747bb0bdca1c75db6727b056c9cc0c890 /gcc/ada/prj.ads
parent519bbb0a8f617c99e927760e094522c677b9600a (diff)
downloadgcc-e02f71eb1b67d925129c1af723bcd4fcf0d03f6c.tar.gz
2008-07-31 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb: (Record_Ada_Source): Do not set Data.Sources, component has been removed * prj.adb: Remove component Sources in record Project_Data * prj.ads: Remove component Sources in record Project_Data * sinput.ads, prj-util.ads: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r--gcc/ada/prj.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads
index 6f913c8a6fa..c315c8ead27 100644
--- a/gcc/ada/prj.ads
+++ b/gcc/ada/prj.ads
@@ -1251,9 +1251,6 @@ package Prj is
Ada_Sources : String_List_Id := Nil_String;
-- The list of all the Ada source file names (gnatmake only)
- Sources : String_List_Id := Nil_String;
- -- Identical to Ada_Sources (for upward compatibility with GPS)
-
First_Source : Source_Id := No_Source;
Last_Source : Source_Id := No_Source;
-- Head and tail of the list of sources