From fdd7e7bb1d01de50a07ba1b7f9bf6235b7e89da3 Mon Sep 17 00:00:00 2001 From: Emmanuel Briot Date: Mon, 13 Jul 2009 09:16:31 +0000 Subject: prj-proc.adb, [...]: Remove all remaining global variables and tables in prj-nmsc.adb. 2009-07-13 Emmanuel Briot * prj-proc.adb, prj-proc.ads, prj.ads, prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-conf.adb, prj-conf.ads: Remove all remaining global variables and tables in prj-nmsc.adb. (Tree_Processing_Data): Renames Processing_Data, some new fields added (Project_Processing_Data): New record Simplify/unify check for missing sources. From-SVN: r149558 --- gcc/ada/prj.ads | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gcc/ada/prj.ads') diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 9d1dec2..bf6b03b 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -1268,15 +1268,6 @@ package Prj is Equal => "="); -- Mapping of unit names to indexes in the Units table - package Files_Htable is new Simple_HTable - (Header_Num => Header_Num, - Element => Source_Id, - No_Element => No_Source, - Key => File_Name_Type, - Hash => Hash, - Equal => "="); - -- Mapping of file names to indexes in the Units table - --------------------- -- Source_Iterator -- --------------------- -- cgit v1.1